100% Stacked Column Chart (Chart Controls)

This chart type displays multiple data series as stacked columns, and the cumulative proportion of each stacked element always totals 100%.

The 100% stacked column chart is useful for measuring multiple series as a proportion versus time. For example, use this chart type for displaying the proportion of a monthly mortgage payment that is applied to interest and principal over time. In this example, the mortgage payment amount represents 100%, while the interest and the principal values are the two stacked elements that make up one column.

Image of 100% stacked column chart

Chart Characteristics

SeriesChartType value

SeriesChartType.StackedColumn100

Number of Y values per point

1

Number of series

2 or more.

Supports markers

No

Cannot be combined with:

Doughnut, Pie, Bar, Stacked Bar, Polar, Radar, Pyramid, or Funnel charts.

Custom attributes

DrawingStyle, MaxPixelPointWidth, MinPixelPointWidth, PixelPointDepth, PixelPointGapDepth, PixelPointWidth, PointWidth, StackedGroupName

Remarks

Stacked series must be aligned. Otherwise, data points will be rendered incorrectly. For more information, see Aligning Data.

See Also

Reference

Chart Types
100% Stacked Area Chart
100% Stacked Bar Chart
System.Windows.Forms.DataVisualization.Charting
System.Web.UI.DataVisualization.Charting