Skip to main content

CrosshairOptions.SnapMode Property

Specifies the current snap mode of a crosshair cursor.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

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

#Property Value

Type Description
CrosshairSnapMode

A CrosshairSnapMode enumeration member.

#Property Paths

You can access the CrosshairOptions.SnapMode property from the following objects:

Object Type Path to SnapMode
ChartControl
.CrosshairOptions.SnapMode
See Also