SurfaceMeshSeries3DInsertRowBack Method |
LightningChart .NET Help
Insert new row on the back and drop the first row of data off. Refreshes chart.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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.WinForms.ChartingSurfacePoint
New row points.
Return Value
Type:
BooleanTrue if successful, false if series data array doesn't exist.
See Also