StackingColumnSeries3D
12 Sep 20251 minute to read
Methods
createSegments
Creates segments for a stacking column series within a 3D chart.
| Parameter | Type | Description | 
|---|---|---|
| series | Chart3DSeries | 
      The 3D series for which segments will be created. | 
Returns void
draw
Draws the stacking column series on a 3D chart.
| Parameter | Type | Description | 
|---|---|---|
| series | Chart3DSeries | 
      The 3D series to be drawn. | 
| chart | Chart3D | 
      The 3D chart on which the series will be drawn. | 
Returns void