corelibraries-devexpress-dot-xtracharts-dot-seriesbase-a4f9a7e4.md
Specifies whether to show a crosshair label on a diagram for a particular 2D Series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean CrosshairLabelVisibility { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property CrosshairLabelVisibility As DefaultBoolean
| Type | Description |
|---|---|
| DefaultBoolean |
Default - the CrosshairLabelVisibility property value is obtained from the parent’s CrosshairOptions.ShowCrosshairLabels property; True to show crosshair labels for a series; otherwise, False - crosshair labels are hidden.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
In the Default mode, the crosshair label’s visibility for a particular series is defined by the current options of the SeriesBase.CrosshairEnabled and CrosshairOptions.ShowCrosshairLabels properties.
To learn more on a crosshair cursor, see the Crosshair Cursor topic.
See Also