100% Stacked bar chart in TypeScript 3D Chart control
18 Nov 20181 minute to read
100% Stacked bar chart
To render a 100% stacked bar series, use series type as StackingBar100 and inject StackingBarSeries3D module using Chart3D.Inject(StackingBarSeries3D) method.
100% Cylindrical stacked bar chart
To render a cylindrical 100% stacked bar chart, set the columnFacet property to Cylinder in the chart series.
Series customization
The following properties can be used to customize the 100% stacked bar series.