Click or drag to resize

Axis3DBaseGetGridWalls Method

LightningChart .NET Help
Get list of walls where grid is drawn using this axis.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public List<WallBase> GetGridWalls()

Return Value

Type: ListWallBase
List of walls.
See Also