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
Syntaxpublic List<Axis3DBase> GetAxes()
Public Function GetAxes As List(Of Axis3DBase)
public:
List<Axis3DBase^>^ GetAxes()
Return Value
Type:
ListAxis3DBaseList of axes.
See Also