CrosshairValueSelectionMode Enum
In This Article
Lists identifiers that specify the behavior of the selection of points shown in the crosshair label.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum CrosshairValueSelectionMode
#Members
Name | Description |
---|---|
Default
|
The selection behavior is specified based on the axis scale type. If scale type is Numeric, the mode is Value |
Value
|
Points for the crosshair are selected by the exact value specified by the Crosshair Cursor. |
Value
|
Points for the crosshair are selected from a range around the value specified by the Crosshair Cursor. |
#Related API Members
The following properties accept/return CrosshairValueSelectionMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Crosshair |
Win |
Crosshair |
See Also