AreaSeries2D.AddPoint(TimeSpan, Double) Method
Adds a new series point with the specified argument and value to the series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| argument | TimeSpan | The new point’s argument. |
| value | Double | The new point’s value. |
Returns
| Type | Description |
|---|---|
| SeriesPoint | The newly added series point. |
See Also