Back to Devexpress

CrosshairOptions.ShowOutOfRangePoints Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-c69a07df.md

latest2.4 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool ShowOutOfRangePoints { get; set; }
vb
Public Property ShowOutOfRangePoints As Boolean

Property Value

TypeDescription
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:

LibraryObject TypePath to ShowOutOfRangePoints
WinForms ControlsChartControl

.CrosshairOptions .ShowOutOfRangePoints

| | ASP.NET MVC Extensions | ChartControlSettings |

.CrosshairOptions .ShowOutOfRangePoints

| | ASP.NET Web Forms Controls | WebChartControl |

.CrosshairOptions .ShowOutOfRangePoints

|

Remarks

The following table demonstrates this property in action.

ShowOutOfRangePoints = falseShowOutOfRangePoints = true

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.XtraCharts Namespace