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

XYSeries2D.CrosshairLabelVisibility Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public bool? CrosshairLabelVisibility { get; set; }

Property Value

Type Description
Nullable<Boolean>

Null - the CrosshairLabelVisibility property value is obtained from the parent’s CrosshairOptionsBase.ShowCrosshairLabels property; True - crosshair labels are visible on a diagram; False - crosshair labels are hidden.

Remarks

The following table illustrates how the CrosshairLabelVisibility property works.

CrosshairLabelVisibility = true (for all series) CrosshairLabelVisibility= false (for one series only)
Series - CrosshairLabelVisibility - true Series - CrosshairLabelVisibility - false

To learn more on a crosshair cursor, see the Crosshair Cursor topic.

See Also