XYSeries2D.CrosshairLabelVisibility Property
Specifies whether to show a crosshair label on a diagram for a particular 2D XYSeries.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | Null - the CrosshairLabelVisibility property value is obtained from the parent’s CrosshairOptionsBase.ShowCrosshairLabels property; True - crosshair labels are visible on a diagram; False - crosshair labels are hidden. |
Remarks
The following table illustrates how the CrosshairLabelVisibility property works.
CrosshairLabelVisibility = true (for all series) | CrosshairLabelVisibility= false (for one series only) |
---|---|
To learn more on a crosshair cursor, see the Crosshair Cursor topic.
See Also