Click or drag to resize

View3DGetAll3DSurfaceSeries Method

LightningChart .NET Help
Get all 3D surface series.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public List<SurfaceSeries3DBase> GetAll3DSurfaceSeries()

Return Value

Type: ListSurfaceSeries3DBase
List of 3D surface series.
See Also