TCustomBarSeries.MarksOnBar
TCustomBarSeries
property MarksOnBar: Boolean;
Unit
Series
Description
This neat feature for Bar and HorizBar Series lets you position Marks on the bars easily, whilst also allowing you to choose the desired alignment within
the bar itself.
Use in conjunction with the MarksLocation (mlStart, mlCenter, mlEnd) property.
Example
:
Series1.MarksOnBar := cbMarksOnBar.Checked;
Series1.MarksLocation := TMarksLocation(cbMarkLocation.ItemIndex);