Axis2D.CrosshairLabelVisibility Property
OBSOLETE
The Axis2D.CrosshairLabelVisibility property is obsolete now. Use the Visibility property instead.
Specifies whether to show crosshair axis labels for a diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
[Obsolete("The Axis2D.CrosshairLabelVisibility property is obsolete now. Use the CrosshairAxisLabelOptions.Visibility property instead.")]
[Browsable(false)]
public bool? CrosshairLabelVisibility { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> | Null - 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. |
Remarks
The CrosshairLabelVisibility property is obsolete now. Use the CrosshairAxisLabelOptions.Visibility property instead.
See Also