TChartSeries.SeriesColor
TChartSeries
property SeriesColor: TColor;
Unit
TeEngine
Description
Default color is clTeeColor
The TChartSeries SeriesColor property is the default colour in which the Series points will be drawn on. This property value could be any valid Delphi/C++Builder or Windows colour. If you add points with clTeeColor colour, then they will be drawn with the SeriesColor colour. This property is the default Color associated to the Series.
When you place a new Series component in a Chart, TeeChart will assign a free colour to this property (a Color that no other Series in the same Chart use). Some Series have the TChartSeries.ColorEachPoint boolean property. Setting this to TRUE will force the Series to paint each point with a different color, thus without using its SeriesColor
SeriesColor is also used to paint the small rectangle in TChartLegend.