Back to Devexpress

SeriesPointCollection.AddPoint(TimeSpan, Double) Method

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

latest1.5 KB
Original Source

SeriesPointCollection.AddPoint(TimeSpan, Double) Method

Adds a point with the specified argument and value required to plot a series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int AddPoint(
    TimeSpan argument,
    double value
)
vb
Public Function AddPoint(
    argument As TimeSpan,
    value As Double
) As Integer

Parameters

NameTypeDescription
argumentTimeSpan

The point’s argument.

| | value | Double |

The point’s value.

|

Returns

TypeDescription
Int32

The position at which the new element was inserted.

|

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace