Skip to main content
A newer version of this page is available. .

CrosshairOptions.SnapMode Property

Specifies the current snap mode of a crosshair cursor.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public CrosshairSnapMode SnapMode { get; set; }

Property Value

Type Description
CrosshairSnapMode

A CrosshairSnapMode enumeration member.

Available values:

Name Description
NearestArgument

A crosshair cursor is shown for the nearest point argument.

Snap_NearestArgument

NearestValue

A crosshair cursor is shown for the nearest point value.

SnapMode - NearestValue

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SnapMode
WinForms Controls ChartControl
.CrosshairOptions.SnapMode
ASP.NET Web Forms Controls ChartControlSettings
.CrosshairOptions.SnapMode
MVCxChartControl
.CrosshairOptions.SnapMode
WebChartControl
.CrosshairOptions.SnapMode
See Also