Back to Devexpress

CrosshairAxisLabelOptions.ActualTextColor Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairaxislabeloptions-63bd8b62.md

latest1.6 KB
Original Source

CrosshairAxisLabelOptions.ActualTextColor Property

Gets the text actual color used to fill a crosshair axis label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public Color ActualTextColor { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualTextColor As Color

Property Value

TypeDescription
Color

A Color value that represents the actual text color of a crosshair axis label.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ActualTextColor
Axis2D

.CrosshairAxisLabelOptions .ActualTextColor

|

See Also

CrosshairAxisLabelOptions Class

CrosshairAxisLabelOptions Members

DevExpress.XtraCharts Namespace