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
Syntaxpublic bool InsertRowBack(
SurfacePoint[] rowPoints
)
Public Function InsertRowBack (
rowPoints As SurfacePoint()
) As Boolean
public:
bool InsertRowBack(
array<SurfacePoint>^ rowPoints
)
Parameters
- rowPoints
- Type: Arction.Wpf.ChartingMVVMSurfacePoint
New row points.
Return Value
Type:
BooleanTrue if successful, false if series data array doesn't exist.
See Also