SurfaceMeshSeries3DInsertColumnBack Method |
LightningChart .NET Help
Insert new column on the back and drop the first column of data off. Refreshes chart.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool InsertColumnBack(
SurfacePoint[] columnPoints
)
Public Function InsertColumnBack (
columnPoints As SurfacePoint()
) As Boolean
public:
bool InsertColumnBack(
array<SurfacePoint>^ columnPoints
)
Parameters
- columnPoints
- Type: Arction.Wpf.ChartingSurfacePoint
New column points.
Return Value
Type:
BooleanTrue if successful, false if series data array doesn't exist.
See Also