Click or drag to resize

PointLineSeries3DAddPoints Method (SeriesPoint3D, Boolean)

LightningChart .NET Help
Add SeriesPoint3D points to end of series.

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

Parameters

points
Type: Arction.Wpf.ChartingSeriesPoint3D
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
Count of points in the Points array.
See Also