Stacked column chart in ASP.NET MVC 3D Chart Component

18 Nov 20181 minute to read

Stacked column chart

To render a stacked column series, use series Type as StackingColumn.

Stacking group

To group the stacked columns, 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.