Back to Devexpress

CrosshairAxisLabelOptions.Visibility Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairaxislabeloptions.md

latest2.4 KB
Original Source

CrosshairAxisLabelOptions.Visibility Property

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
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean Visibility { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Visibility As DefaultBoolean

Property Value

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

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Visibility
Axis2D

.CrosshairAxisLabelOptions .Visibility

|

Remarks

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

See Also

CrosshairAxisLabelOptions Class

CrosshairAxisLabelOptions Members

DevExpress.XtraCharts Namespace