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.1.dll
NuGet Package: DevExpress.Charts
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 |
|
ASP.NET Web Forms Controls | WebChartControl |
|
ASP.NET MVC Extensions | ChartControlSettings |
|
Remarks
The following table demonstrates this property in action.
ShowOutOfRangePoints = false | ShowOutOfRangePoints = true |
---|---|
See Also