Click or drag to resize

View3DGet3DSeriesOfAxis Method

LightningChart .NET Help
Get list of series having this axis bound as X-, Y- or Z-axis, primary or secondary.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public List<SeriesBase3D> Get3DSeriesOfAxis(
	Axis3DBase axis
)

Parameters

axis
Type: Arction.Wpf.Charting.AxesAxis3DBase
3D axis.

Return Value

Type: ListSeriesBase3D
List of series.
See Also