Click or drag to resize

FreeformPointLineSeriesAddPoints Method (SeriesPoint, Boolean)

LightningChart .NET Help
Add points to end of series.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public int AddPoints(
	SeriesPoint[] points,
	bool invalidateChart
)

Parameters

points
Type: Arction.Wpf.ChartingMVVMSeriesPoint
Points.
invalidateChart
Type: SystemBoolean
Update chart after adding. Updating will raise CPU load, so you maybe don't want to use this with every call if points are added many times per second.

Return Value

Type: Int32
Point count after adding.
See Also