ISeriesMarksPositions.Automatic
ISeriesMarksPositions
procedure Automatic(Index: Integer);
Type Library
TeeChartx
Description
Sets the mark of Point Index to Automatic. If the Mark was previously at a Custom position the Chart must be repainted for the change to take effect.
Example [Visual Basic]:
'Place Mark of Point ValueIndex 3 to automatic position
TChart1.Series(0).Marks.Positions.Automatic(3)
TChart1.Repaint