SeriesPointCollection.AddRangePoint(TimeSpan, Double, Double) Method
Adds a point with the specified argument and values required to plot a series with a range series view.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
argument | TimeSpan | The argument of the newly added series point. |
value1 | Double | The first value of the newly added series point. |
value2 | Double | The second value of the newly added series point. |
Returns
Type | Description |
---|---|
Int32 | The position at which the new element was inserted. |
Remarks
This method is useful when you manually add points to a series with a one of the following views.
- Range area view (pseudo 3D range area view);
- Side-by-side range bar view, overlapped range bar view;
- radar and polar range area views
See Also