Skip to main content
A newer version of this page is available. .

SeriesBase.CrosshairLabelVisibility Property

Specifies whether to show a crosshair label on a diagram for a particular 2D Series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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