Skip to main content

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

NuGet Package: DevExpress.Charts

#Declaration

public bool ShowOutOfRangePoints { get; set; }

#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
.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 = false ShowOutOfRangePoints = true
CrosshairOptions_ShowOutOfRangePoints-false CrosshairOptions_ShowOutOfRangePoints-true
See Also