AxisRenderer
12 Sep 20251 minute to read
3D chart axis render/
Methods
drawAxes
Draws the 3D axes at the specified index for the given axis and chart.
| Parameter | Type | Description | 
|---|---|---|
| index | number | 
      The index of the axis. | 
| axis | Chart3DAxis | 
      The Chart3DAxis instance to draw. | 
| chart | Chart3D | 
      The Chart3D instance for which the axes are drawn. | 
Returns void