TSeriesMarksPositions.Automatic
TSeriesMarksPositions
procedure Automatic(Index: Integer);
Unit
TeEngine
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.
When a position is automatic, the next time the Chart repaints it will recalculate the best position for the mark.
Example
{ Place Mark of Point ValueIndex 3 to automatic position }
Series1.Marks.Positions.Automatic(3);
Chart1.Repaint;