CrosshairOptions.ShowOutOfRangePoints Property
Gets or sets the value that specifies whether the Crosshair cursor should show points that are out of a y-axis’s visual range.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the out of visual range points should be shown in the Crosshair label; otherwise false. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to ShowOutOfRangePoints |
|---|---|---|
| WinForms Controls | ChartControl |
|
| ASP.NET MVC Extensions | ChartControlSettings |
|
| ASP.NET Web Forms Controls | WebChartControl |
|
Remarks
The following table demonstrates this property in action.
| ShowOutOfRangePoints = false | ShowOutOfRangePoints = true |
|---|---|
![]() |
![]() |
See Also

