Series.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);




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