Default color for all points.
public Color Color {get; set;}

Remarks


Default: Color.Empty

The TChart Series SeriesColor property is the default color in which the Series points will be drawn. This property value could be any valid color. If you add points with Color:Empty color, then they will be drawn with the SeriesColor color. 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 color to this property (a Color that no other Series in the same Chart use). Some Series have the 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.

See Also

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