Click or drag to resize

PointLineSeries3DAddPoints Method (SeriesPointCompact3D, Boolean)

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

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

Parameters

points
Type: Arction.Wpf.ChartingMVVMSeriesPointCompact3D
Points.
invalidateChart
Type: SystemBoolean

[Missing <param name="invalidateChart"/> documentation for "M:Arction.Wpf.ChartingMVVM.Series3D.PointLineSeries3D.AddPoints(Arction.Wpf.ChartingMVVM.SeriesPointCompact3D[],System.Boolean)"]

Return Value

Type: Int32
Count of points in the PointsCompact array.
See Also