Stacked column chart in JavaScript 3D Chart control

18 Nov 20181 minute to read

Stacked column chart

To render a stacked column series, use series type as StackingColumn and inject StackingColumnSeries3D module using Chart3D.Inject(StackingColumnSeries3D) method.

Stacking group

To group the stacked column, the stackingGroup property can be used. The columns with same group name are stacked on top of each other.

Cylindrical stacked column chart

To render a cylindrical stacked column chart, set the columnFacet property to Cylinder in the chart series.

Series customization

The following properties can be used to customize the stacked column series.

  • fill – Specifies the color of the series.
  • opacity – Specifies the opacity of the fill color.