Series3DBase.CrosshairLabelVisibility Property
Gets or sets the Crosshair series label visibility.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | The value that defines the Crosshair series label visibility. |
Remarks
The CrosshairLabelVisibility property can have the following values:
Value | Description |
---|---|
null | The CrosshairOptionsBase.ShowCrosshairLabels property of the chart’s Crosshair options defines the label visibility. |
true | The Crosshair series label is always visible. |
false | The Crosshair series label is always hidden. |
See Also