A newer version of this page is available.
Switch to the current version.
CrosshairOptions.LinesMode Property
Gets or sets the value specifying how the Crosshair Cursor's lines snap to points when hovering on them.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraSerializableProperty]
public CrosshairLinesMode LinesMode { get; set; }
<XtraSerializableProperty>
Public Property LinesMode As CrosshairLinesMode
Property Value
Type | Description |
---|---|
CrosshairLinesMode | The enumeration value that specifies how lines snap. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to LinesMode |
---|---|---|
WinForms Controls | ChartControl |
|
ASP.NET Controls and MVC Extensions | ChartControlSettings |
|
MVCxChartControl |
|
|
WebChartControl |
|
See Also
Feedback