Click or drag to resize

View3DGetAxes Method

LightningChart .NET Help
Get list of axes.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public List<Axis3DBase> GetAxes()

Return Value

Type: ListAxis3DBase
List of axes.
See Also