Skip to main content
A newer version of this page is available. .

Bar Series Views

The series of Bar view types are used to display series as sets of vertical bars (or, columns) that are grouped by category. Values are represented by the length of the bars as measured by the Y-axis. Category labels are displayed on the X-axis. Bar charts are typically used to compare values in different categories. Several bar charts represented on the following image.

BarViewsSample

Below is the list of all bar charts which are currently available in the WinForms Chart Control.

ChartType_bars.png

Side-by-Side Bar

ChartType_SbSstackedbar

Side-by-Side Stacked Bar Chart

ChartType_SbSfullstackedbars

Side-by-Side Full-Stacked Bar Chart

ChartType_stackedbars

Stacked Bar

ChartType_fullstackedbars.png

Full-Stacked Bar Chart

ChartType_sidebysiderangebars

Side-by-Side Range Bar Chart

ChartType_rangebars.png

Overlapped Range Bar Chart