CrosshairOptionsModel.LinesMode Property
Gets or sets the CrosshairOptions.LinesMode property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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). |
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 Type | Path to LinesMode |
---|---|
ChartModel |
|
See Also