Back to Devexpress

Axis2D.CrosshairLabelVisibility Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-7ed4858f.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.")]
public DefaultBoolean CrosshairLabelVisibility { get; set; }
vb
<Obsolete("This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.")>
<Browsable(False)>
Public Property CrosshairLabelVisibility As DefaultBoolean

Property Value

TypeDescription
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:

NameDescriptionReturn 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

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace