Bar Series
Bar series visualize data using rectangular bars with lengths proportional to the values that they represent.
The following types of Bar series are available.
Bar
Bar series can be used to compare values across categories.
To specify the type of series as Bar in code, set the SimpleSeries.SeriesType property to SimpleSeriesType.Bar.
Stacked Bar
Stacked Bar series show the contribution of individual categories to the whole.
To specify the type of series as Stacked Bar in code, set the SimpleSeries.SeriesType property to SimpleSeriesType.StackedBar.
Full-Stacked Bar
Full-Stacked Bar series allow you to compare the percentage that each value contributes to a total across categories.
To specify the type of series as Full-Stacked Bar in code, set the SimpleSeries.SeriesType property to SimpleSeriesType.FullStackedBar.