Back to Devexpress

CrosshairLinesMode Enum

corelibraries-devexpress-dot-xtracharts-a6ea9c17.md

latest1.9 KB
Original Source

CrosshairLinesMode Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum CrosshairLinesMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
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:

LibraryRelated API Members
Cross-Platform Class LibraryCrosshairOptions.LinesMode
WinForms ControlsCrosshairOptionsModel.LinesMode

Remarks

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

See Also

DevExpress.XtraCharts Namespace