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.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public DefaultBoolean Visibility { get; set; }

Property Value

Type Description
DefaultBoolean

Default - 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. The default is DefaultBoolean.Default.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Remarks

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

See Also