Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Obsolete("This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.")]
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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
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).

Remarks

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

See Also