Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This chart type displays multiple data series as stacked bars, and the cumulative proportion of each stacked element always totals 100%.
The 100% stacked bar chart is useful for measuring multiple series as a proportion vs. 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 bar.
Chart Characteristics
SeriesChartType value |
SeriesChartType.StackedBar100 |
Number of Y values per point |
1 |
Number of series |
2 or more. |
Supports markers |
No |
Cannot be combined with: |
Any chart type except Bar and Stacked Bar charts. |
Custom attributes |
BarLabelStyle, 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 Column Chart
System.Windows.Forms.DataVisualization.Charting
System.Web.UI.DataVisualization.Charting