BarSeries2D.AddPoint(TimeSpan, Double) Method
In This Article
Adds a new series point with the specified argument and value to the series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SeriesPoint AddPoint(
TimeSpan argument,
double value
)
#Parameters
Name | Type | Description |
---|---|---|
argument | Time |
The new point’s argument. |
value | Double | The new point’s value. |
#Returns
Type | Description |
---|---|
Series |
The newly added series point. |
See Also