CrosshairSnapMode Enum
In This Article
Lists the values used to specify how a crosshair cursor should detect a series point to snap to it.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Nearest |
A crosshair cursor is shown for the nearest point argument. |
Nearest |
A crosshair cursor is shown for the nearest point value. |
#Passed To
You can pass CrosshairSnapMode values to the CrosshairOptions.SnapMode property.
#Remarks
The values listed by the CrosshairSnapMode enumeration are used to set the CrosshairOptions.SnapMode property.
See Also