100% Stacked column chart in JavaScript 3D Chart control

18 Nov 20181 minute to read

100% Stacked column chart

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

100% Cylindrical stacked column chart

To render a 100% 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 100% stacked column series.

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