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

CrosshairOptions.CrosshairLabelBackColor Property

Gets or sets the background color of the Crosshair series label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public Color CrosshairLabelBackColor { get; set; }

Property Value

Type Description
Color

The background color of the Crosshair series label.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CrosshairLabelBackColor
WinForms Controls ChartControl
.CrosshairOptions.CrosshairLabelBackColor
ASP.NET Controls and MVC Extensions ChartControlSettings
.CrosshairOptions.CrosshairLabelBackColor
MVCxChartControl
.CrosshairOptions.CrosshairLabelBackColor
WebChartControl
.CrosshairOptions.CrosshairLabelBackColor
See Also