TCustomBarSeries.MarksOnBar
 
 
 

All Units  All Classes  Properties, Methods and Events  

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;
Series
1.MarksLocation := TMarksLocation(cbMarkLocation.ItemIndex);





Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.