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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.")]
[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 | 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. |
|
Remarks
This property is now obsolete. Use the CrosshairAxisLabelOptions.Visibility property instead.