Back to Devexpress

CrosshairAxisLabelOptions.ActualBackColor Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairaxislabeloptions-fb3e41b9.md

latest1.5 KB
Original Source

CrosshairAxisLabelOptions.ActualBackColor Property

Gets the actual back 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 ActualBackColor { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualBackColor As Color

Property Value

TypeDescription
Color

A Color value that is the actual back fill color.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ActualBackColor
Axis2D

.CrosshairAxisLabelOptions .ActualBackColor

|

See Also

CrosshairAxisLabelOptions Class

CrosshairAxisLabelOptions Members

DevExpress.XtraCharts Namespace