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

CrosshairValueSelectionMode Enum

Lists behaviors of selection of values for display in the Crosshair Label.

Namespace: DevExpress.Xpf.Charts

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

Declaration

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 ValueRange; otherwise the scale type is Value.

Value

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

ValueSelectionMode - Value

ValueRange

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

ValueSelectionMode - ValueRange

Related API Members

The following properties accept/return CrosshairValueSelectionMode values:

See Also