Back to Devexpress

CrosshairOptionsModel.SnapMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-crosshairoptionsmodel-1240402d.md

latest1.9 KB
Original Source

CrosshairOptionsModel.SnapMode Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
CrosshairSnapMode

The snap mode.

|

Available values:

NameDescription
NearestArgument

A crosshair cursor is shown for the nearest point argument.

| | NearestValue |

A crosshair cursor is shown for the nearest point value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SnapMode
ChartModel

.CrosshairOptions .SnapMode

|

See Also

CrosshairOptionsModel Class

CrosshairOptionsModel Members

DevExpress.XtraCharts.Designer Namespace