Stacked bar chart in ASP.NET Core 3D Chart Component

18 Nov 20181 minute to read

Stacked bar chart

To render a stacked bar series, use series Type as StackingBar.

Stacking group

To group the stacked bar, the StackingGroup property can be used. The bars with same group name are stacked on top of each other.

Cylindrical stacked bar chart

To render a cylindrical stacked bar chart, set the ColumnFacet property to Cylinder in the chart series.

Series customization

The following properties can be used to customize the Stacked Bar series.

  • Fill – Specifies the color of the series.
  • Opacity – Specifies the opacity of the Fill color.