Configures the columns
of the chart.
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%’
Computes the size for a three-dimensional axis, row, or column within the 3D chart.
Parameter | Type | Description |
---|---|---|
axis | Axis3D |
The three-dimensional axis to compute the size for. |
chart | Chart3D |
The 3D chart containing the axis and data definitions. |
Returns void