Skip to main content

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.v14.2.dll

#Declaration

[XtraSerializableProperty]
[NonTestableProperty]
public bool? CrosshairLabelVisibility { get; set; }

#Property Value

Type Description
Nullable<Boolean>

Null - the CrosshairLabelVisibility property value is obtained from the parent's CrosshairOptions.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, see Crosshair Cursor.

See Also