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

CrosshairSnapMode Enum

Lists the values used to specify how a crosshair cursor should detect a series point to which to snap.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public enum CrosshairSnapMode

Members

Name Description
NearestArgument

A crosshair cursor is shown for the nearest point argument.

SnapMode - NearestArgument

NearestValue

A crosshair cursor is shown for the nearest point value.

SnapMode - NearestValue

Related API Members

The following properties accept/return CrosshairSnapMode values:

Remarks

The values listed by the CrosshairSnapMode enumeration are used to set the CrosshairOptions.SnapMode property.

See Also