Back to Devexpress

CrosshairOptionsModel.ValueSelectionMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-crosshairoptionsmodel-7622252c.md

latest2.4 KB
Original Source

CrosshairOptionsModel.ValueSelectionMode Property

Gets or sets the value of the CrosshairOptions.ValueSelectionMode within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public CrosshairValueSelectionMode ValueSelectionMode { get; set; }
vb
<PropertyForOptions>
Public Property ValueSelectionMode As CrosshairValueSelectionMode

Property Value

TypeDescription
CrosshairValueSelectionMode

The selection mode of values to display in the Crosshair label.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ValueSelectionMode
ChartModel

.CrosshairOptions .ValueSelectionMode

|

See Also

CrosshairOptionsModel Class

CrosshairOptionsModel Members

DevExpress.XtraCharts.Designer Namespace