Back to Devexpress

CrosshairSnapMode Enum

corelibraries-devexpress-dot-xtracharts-8e017bfa.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum CrosshairSnapMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum CrosshairSnapMode

Members

NameDescription
NearestArgument

A crosshair cursor is shown for the nearest point argument.

| | NearestValue |

A crosshair cursor is shown for the nearest point value.

|

The following properties accept/return CrosshairSnapMode values:

LibraryRelated API Members
Cross-Platform Class LibraryCrosshairOptions.SnapMode
WinForms ControlsCrosshairOptionsModel.SnapMode

Remarks

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

See Also

DevExpress.XtraCharts Namespace