Skip to main content

CrosshairAxisLabelOptions.ActualBackColor Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public Color ActualBackColor { get; }

Property Value

Type Description
Color

A Color value that is the actual back fill color.

Property Paths

You can access this nested property as listed below:

Object Type Path to ActualBackColor
Axis2D
.CrosshairAxisLabelOptions .ActualBackColor
See Also