Back to Devexpress

CrosshairValueSelectionMode Enum

corelibraries-devexpress-dot-xtracharts-db31831e.md

latest1.9 KB
Original Source

CrosshairValueSelectionMode Enum

Lists identifiers that specify the behavior of the selection of points shown in the crosshair label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Members

NameDescription
Default

The selection behavior is specified based on the axis scale type. If scale type is Numeric, the mode is ValueRange ; otherwise the scale type is Value.

| | Value |

Points for the crosshair are selected by the exact value specified by the Crosshair Cursor.

| | ValueRange |

Points for the crosshair are selected from a range around the value specified by the Crosshair Cursor.

|

The following properties accept/return CrosshairValueSelectionMode values:

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

See Also

DevExpress.XtraCharts Namespace