Skip to main content

CrosshairOptions.CrosshairLabelBackColor Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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 MVC Extensions ChartControlSettings
.CrosshairOptions .CrosshairLabelBackColor
ASP.NET Web Forms Controls WebChartControl
.CrosshairOptions .CrosshairLabelBackColor
See Also