Draws points with different preset Colors.
public Boolean ColorEach {get; set;}

Remarks


Default; false.

The Series ColorEach 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 an Color.Empty 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


[C#]

((Steema.TeeChart.Styles.Points)tChart1[0]).ColorEach = true;



See Also

Series Class | Series Members | Steema.TeeChart.Styles Namespace