Chart3DColumn
12 Sep 20251 minute to read
Configures the columns of the chart.
Properties
width string
The width of the column as a string accepts input both as like ‘100px’ or ‘100%’.
If specified as ‘100%, column renders to the full width of its chart.
Defaults to ‘100%’
Methods
computeSize
Computes the size for a three-dimensional axis, row, or column within the 3D chart.
| Parameter | Type | Description | 
|---|---|---|
| axis | Chart3DAxis | The three-dimensional axis to compute the size for. | 
| chart | Chart3D | The 3D chart containing the axis and data definitions. | 
Returns void