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.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum CrosshairSnapMode

Members

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

Related API Members

The following properties accept/return CrosshairSnapMode values:

Library Related API Members
Cross-Platform Class Library CrosshairOptions.SnapMode
WinForms Controls CrosshairOptionsModel.SnapMode

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CrosshairSnapMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also