CrosshairAxisLabelOptions.Visibility Property
Specifies whether to show crosshair axis labels for a diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public DefaultBoolean Visibility { get; set; }
#Property Value
Type | Description |
---|---|
Default |
Default - the Visibility property value is obtained from the parent’s Crosshair |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Visibility |
---|---|
Axis2D |
|
#Remarks
For more information on a crosshair cursor, see the Tooltip and Crosshair Cursor topic.