Click or drag to resize

SurfaceMeshSeries3DInsertRowBack Method

LightningChart .NET Help
Insert new row on the back and drop the first row of data off. Refreshes chart.

Namespace:  Arction.Wpf.ChartingMVVM.Series3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool InsertRowBack(
	SurfacePoint[] rowPoints
)

Parameters

rowPoints
Type: Arction.Wpf.ChartingMVVMSurfacePoint
New row points.

Return Value

Type: Boolean
True if successful, false if series data array doesn't exist.
See Also