corelibraries-devexpress-dot-xtracharts-dot-axis2d-7ed4858f.md
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
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.")]
public DefaultBoolean CrosshairLabelVisibility { get; set; }
<Obsolete("This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.")>
<Browsable(False)>
Public Property CrosshairLabelVisibility As DefaultBoolean
| 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
|
This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.
See Also