Defines a Font colour for text.
public Color Color {get; set;}

Remarks


The  ChartFont.Color property should be used to define a Font colour for text.

Example


[C#]

tChart1.Header.Font.Color = Color.Yellow; 

See Also

ChartFont Class | ChartFont Members | Steema.TeeChart.Drawing Namespace