Skip to main content
A newer version of this page is available. .

CrosshairAxisLabelElement.BackColor Property

Gets or sets the background color of a crosshair axis label element.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Color BackColor { get; set; }

Property Value

Type Description
Color

A Color value which specifies the crosshair axis label element’s background color.

Remarks

Use the BackColor property, to define the appearance of a crosshair axis label in the ChartControl.CustomDrawCrosshair event handler.

See Also