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

CrosshairAxisLabelOptions.Visibility Property

Specifies whether to show crosshair axis labels for a diagram.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public bool? Visibility { get; set; }

Property Value

Type Description
Nullable<Boolean>

Null - the Visibility 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.

Property Paths

You can access this nested property as listed below:

Object Type Path to Visibility
ArgumentAxis3D
Axis2D
Axis3DBase
AxisX2D
AxisY2D
SecondaryAxisX2D
SecondaryAxisY2D
XAxis3D
YAxis3D
ZAxis3D

Remarks

For more information on a crosshair cursor, see the Tooltip and Crosshair Cursor topic.

See Also