Skip to main content

CrosshairAxisLabelOptions.ActualVisibility Property

Gets the actual value that specifies whether the crosshair axis labels are visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public bool ActualVisibility { get; }

Property Value

Type Description
Boolean

true if crosshair axis labels are visible; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ActualVisibility
Axis2D
.CrosshairAxisLabelOptions .ActualVisibility
See Also