TChartSeries.ColorEachPoint
 
 
 

All Units  All Classes  Properties, Methods and Events  

TChartSeries.ColorEachPoint
TChartSeries

property ColorEachPoint: Boolean;

Unit
TeEngine

Description
Default value: False.

The TChartSeries 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 SeriesColor color property.
If True, each Series point will be "colored" with its corresponding point color.
The point colors are stored in the TChartSeries
ValueColor array property.
If a point has a clTeeColor color value, then a palette color value will be used to draw it.

You can change this property both at design and runtime:

LineSeries1.ColorEachPoint := True ;



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