Click or drag to resize

StockSeriesAddPoints Method

LightningChart .NET Help
Add points to end of series

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

Parameters

points
Type: Arction.Wpf.ChartingStockSeriesData
Series 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