A newer version of this page is available.
Switch to the current version.
CrosshairOptions.SnapMode Property
Specifies the current snap mode of a crosshair cursor.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraSerializableProperty]
public CrosshairSnapMode SnapMode { get; set; }
<XtraSerializableProperty>
Public Property SnapMode As CrosshairSnapMode
Property Value
Type | Description |
---|---|
CrosshairSnapMode | A CrosshairSnapMode enumeration member. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to SnapMode |
---|---|---|
WinForms Controls | ChartControl |
|
ASP.NET Controls and MVC Extensions | ChartControlSettings |
|
MVCxChartControl |
|
|
WebChartControl |
|
See Also
Feedback