Skip to main content
A newer version of this page is available. .

CrosshairOptions.ShowOutOfRangePoints Property

Gets or sets the value specifying whether the Crosshair cursor should show points that are out of visual range.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
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 Controls and MVC Extensions ChartControlSettings
.CrosshairOptions.ShowOutOfRangePoints
MVCxChartControl
.CrosshairOptions.ShowOutOfRangePoints
WebChartControl
.CrosshairOptions.ShowOutOfRangePoints

Remarks

The following table demonstrates this property in action.

ShowOutOfRangePoints = false ShowOutOfRangePoints = true
CrosshairOptions_ShowOutOfRangePoints-false CrosshairOptions_ShowOutOfRangePoints-true
See Also