Click or drag to resize

PointLineSeries3DAddPoints Method (SeriesPointCompactColored3D, Boolean)

LightningChart .NET Help
Add SeriesPointCompactColored3D 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(
	SeriesPointCompactColored3D[] points,
	bool invalidateChart
)

Parameters

points
Type: Arction.Wpf.ChartingMVVMSeriesPointCompactColored3D

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

invalidateChart
Type: SystemBoolean

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

Return Value

Type: Int32
Count of points in PointsCompactColored array.
See Also