SeriesBase.CrosshairLabelVisibility Property
Specifies whether to show a crosshair label on a diagram for a particular 2D Series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public DefaultBoolean CrosshairLabelVisibility { get; set; }
Property Value
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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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.