CrosshairAxisLabelOptions.Visibility Property
Specifies whether to show crosshair axis labels for a diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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