Back to Devexpress

CrosshairOptionsModel.LinesMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-crosshairoptionsmodel-ca538725.md

latest2.2 KB
Original Source

CrosshairOptionsModel.LinesMode Property

Gets or sets the CrosshairOptions.LinesMode property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
CrosshairLinesMode

The CrosshairLinesMode enumeration value specifying how the Crosshair’s lines snap to points.

|

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
ChartModel

.CrosshairOptions .LinesMode

|

See Also

CrosshairOptionsModel Class

CrosshairOptionsModel Members

DevExpress.XtraCharts.Designer Namespace