TextOptions.TextColor Property
Gets or sets the color of the text configured using these options.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The text color. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to TextColor |
---|---|
CrosshairOptions |
|
CrosshairOptions |
|
Indicator |
|
SeriesBase |
|
See Also