Back to Devexpress

SeriesPointCollection.AddRangePoint(TimeSpan, Double, Double) Method

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection-dot-addrangepoint-x28-system-dot-timespan-system-dot-double-system-dot-double-x29.md

latest2.9 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public int AddRangePoint(
    TimeSpan argument,
    double value1,
    double value2
)
vb
Public Function AddRangePoint(
    argument As TimeSpan,
    value1 As Double,
    value2 As Double
) As Integer

Parameters

NameTypeDescription
argumentTimeSpan

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

TypeDescription
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

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace