CrosshairSnapMode Enum
In This Article
Lists the values used to specify how a crosshair cursor should detect a series point to which to snap.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum CrosshairSnapMode
#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. |
#Related API Members
The following properties accept/return CrosshairSnapMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Crosshair |
Win |
Crosshair |
#Remarks
The values listed by the CrosshairSnapMode enumeration are used to set the CrosshairOptions.SnapMode property.
See Also