TCustomBarSeries.MarksLocation

TCustomBarSeries.MarksLocation
TCustomBarSeries

property MarksLocation: TMarksLocation;

Unit
Series

Description

When MarksOnBar is set to True, this property allows you to move the Marks to the start, center or end of the Bars (mlStart, mlCenter, mlEnd)

Example :

Series1.MarksOnBar := cbMarksOnBar.Checked;
Series
1.MarksLocation := TMarksLocation(cbMarkLocation.ItemIndex);