Click or drag to resize

SurfaceMeshSeries3DInsertColumnBack Method

LightningChart .NET Help
Insert new column on the back and drop the first column 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 InsertColumnBack(
	SurfacePoint[] columnPoints
)

Parameters

columnPoints
Type: Arction.Wpf.ChartingMVVMSurfacePoint
New column points.

Return Value

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