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

NuGet Package: DevExpress.Wpf.Charts

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
Axis2D
Axis3DBase

Remarks

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

See Also