Population: Age Structure
Data Estimate for 2020
0-14 years
15-64 years
65 years and older
Full stacked bar series visualize data as percentages (you must add more than one series of this type). The total height of vertically stacked rectangular bars at any point always equals 100% of the plot area. Follow the steps below to create full stacked bar series:
- Use the DxChart.Data property to specify a data source.
- Add DxChartFullStackedBarSeries objects to chart markup. Each series can specify data used via the Data property.
- Use series ArgumentField and ValueField properties to specify data source fields that supply arguments and values (bars).
- Optional. Specify series Filter and SummaryMethod properties to filter and aggregate series values. This demo filters data by age group. It also groups arguments by country and calculates aggregate values using the
Enumerable.Summethod.