Back to Devexpress

CrosshairOptions.CrosshairLabelBackColor Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-12f65303.md

latest1.9 KB
Original Source

CrosshairOptions.CrosshairLabelBackColor Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Color CrosshairLabelBackColor { get; set; }
vb
Public Property CrosshairLabelBackColor As Color

Property Value

TypeDescription
Color

The background color of the Crosshair series label.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to CrosshairLabelBackColor
WinForms ControlsChartControl

.CrosshairOptions .CrosshairLabelBackColor

| | ASP.NET MVC Extensions | ChartControlSettings |

.CrosshairOptions .CrosshairLabelBackColor

| | ASP.NET Web Forms Controls | WebChartControl |

.CrosshairOptions .CrosshairLabelBackColor

|

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.XtraCharts Namespace