CrosshairOptions.SnapMode Property
In This Article
Specifies the current snap mode of a crosshair cursor.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public CrosshairSnapMode SnapMode { get; set; }
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
Available values:
Name | Description |
---|---|
Nearest |
A crosshair cursor is shown for the nearest point argument. |
Nearest |
A crosshair cursor is shown for the nearest point value. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Snap |
---|---|---|
Win |
Chart |
|
ASP. |
Chart |
|
ASP. |
Web |
|
See Also