Back to Devexpress

CrosshairLinesMode Enum

wpf-devexpress-dot-xpf-dot-charts-b2c47088.md

latest1.5 KB
Original Source

CrosshairLinesMode Enum

Lists values specifying how the Crosshair Cursor’s lines behave.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum CrosshairLinesMode
vb
Public Enum CrosshairLinesMode

Members

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.

|

The following properties accept/return CrosshairLinesMode values:

Remarks

Use the CrosshairLinesMode enumeration values to set the CrosshairOptions.LinesMode property.

See Also

DevExpress.Xpf.Charts Namespace