Back to Devexpress

SeriesBase.CrosshairLabelVisibility Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-a4f9a7e4.md

latest2.3 KB
Original Source

SeriesBase.CrosshairLabelVisibility Property

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

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean CrosshairLabelVisibility { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property CrosshairLabelVisibility As DefaultBoolean

Property Value

TypeDescription
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:

NameDescriptionReturn 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

|

Remarks

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

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace