Skip to main content

CrosshairOptionsModel.LinesMode Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public CrosshairLinesMode LinesMode { get; set; }

Property Value

Type Description
CrosshairLinesMode

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

Available values:

Name Description
Auto

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

auto-lines-mode

Free

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

free-lines-mode

Property Paths

You can access this nested property as listed below:

Object Type Path to LinesMode
ChartModel
.CrosshairOptions .LinesMode
See Also