Back to Devexpress

SeriesPointCollection.AddRangePoint(DateTime, Double, Double) Method

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

latest1.8 KB
Original Source

SeriesPointCollection.AddRangePoint(DateTime, 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(
    DateTime argument,
    double value1,
    double value2
)
vb
Public Function AddRangePoint(
    argument As Date,
    value1 As Double,
    value2 As Double
) As Integer

Parameters

NameTypeDescription
argumentDateTime

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.

|

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace