Back to Devexpress

CrosshairOptions.LinesMode Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshairoptions-ef5c565c.md

latest1.8 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.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.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:

Object TypePath to LinesMode
ChartControl

.CrosshairOptions .LinesMode

|

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.Xpf.Charts Namespace