Skip to main content

TextOptions.TextColor Property

Gets or sets the color of the text configured using these options.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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
.CrosshairTextOptions .TextColor
SeriesBase
.CrosshairTextOptions .TextColor
See Also