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

Axis2D.CrosshairLabelVisibility Property

OBSOLETE

The Axis2D.CrosshairLabelVisibility property is obsolete now. Use the Visibility property instead.

Specifies whether to show crosshair axis labels for a diagram.

Namespace: DevExpress.Xpf.Charts

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

Declaration

[Obsolete("The Axis2D.CrosshairLabelVisibility property is obsolete now. Use the CrosshairAxisLabelOptions.Visibility property instead.")]
[Browsable(false)]
public bool? CrosshairLabelVisibility { get; set; }

Property Value

Type Description
Nullable<Boolean>

Null - the CrosshairLabelVisibility property value is obtained from the parent’s CrosshairOptions.ShowArgumentLabels and/ or CrosshairOptions.ShowValueLabels properties depending on an axis; True - crosshair axis labels are visible on a diagram; False - crosshair axis labels are hidden.

Remarks

The CrosshairLabelVisibility property is obsolete now. Use the CrosshairAxisLabelOptions.Visibility property instead.

See Also