Gets or sets the label's text color.
Namespace:DevExpress.XtraCharts
Assembly:DevExpress.XtraCharts.v19.2.dll

Syntax
C# |
public Color TextColor { get; set; }
|
VB |
Public Property TextColor As Color
|
Property value
Type: Color
A System.Drawing.Color structure which specifies the label's text color.

See Also