XYSeries2D.CrosshairLabelVisibility Property
In This Article
Specifies whether to show a crosshair label on a diagram for a particular 2D XYSeries.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty]
[NonTestableProperty]
public bool? CrosshairLabelVisibility { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | Null - the Crosshair |
#Remarks
The following table illustrates how the CrosshairLabelVisibility property works.
Crosshair |
Crosshair |
---|---|
![]() |
![]() |
To learn more, see Crosshair Cursor.
See Also