Skip to main content

Axis2D.CrosshairLabelVisibility Property

OBSOLETE

This property is now obsolete. Use the Visibility property instead.

Specifies whether to show crosshair axis labels for a diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.")]
[Browsable(false)]
public DefaultBoolean CrosshairLabelVisibility { get; set; }

Property Value

Type Description
DefaultBoolean

Default - the CrosshairLabelVisibility 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.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.

See Also