Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

public int AddRangePoint(
    TimeSpan argument,
    double value1,
    double value2
)

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.

See Also