ISeries.ColorEachPoint
ISeries
property ColorEachPoint: WordBool;
Type Library
TeeChartx
Description
Default value: False.
The Series ColorEachPoint property is a boolean property that controls which color will be drawn on the Series points. If False, all points will be drawn using the Series Series.Color color property. If True, each Series point will be "colored" with its corresponding point color. The point colors are stored in the Series.PointColor array property. If a point has a clTeeColor color value, then a TeeChart determined, available color value will be used to draw it.
You can change this property both at design and runtime:
Example [Visual Basic]:
TChart1.Series( 0 ).ColorEachPoint = True