Back to Devexpress

CrosshairOptions.LinesMode Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-c7158483.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CrosshairLinesMode LinesMode { get; set; }
vb
Public Property LinesMode As CrosshairLinesMode

Property Value

TypeDescription
CrosshairLinesMode

The enumeration value that specifies how lines snap.

|

Available values:

NameDescription
Auto

The Crosshair Cursor lines positions are specified by point arguments or values (This depends on the CrosshairOptions.SnapMode property value).

| | Free |

The Crosshair Cursor’s lines do not snap to points that the Crosshair highlights.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to LinesMode
WinForms ControlsChartControl

.CrosshairOptions .LinesMode

| | ASP.NET MVC Extensions | ChartControlSettings |

.CrosshairOptions .LinesMode

| | ASP.NET Web Forms Controls | WebChartControl |

.CrosshairOptions .LinesMode

|

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.XtraCharts Namespace