Types of Charts
Charts are primarily of 3 different types:
- Single Series Charts
- Multi-Series Charts
- Others
The other charts correspond to various different charts that do not fall into the single or multi series charts. The single series charts use a simple x-axis and y-axis plot. The multi-series charts use x-axis and y-axis plots but the y-axis is further split into an extra axis referred to as a stack on the y-axis.
Single Series
| Chart Type | Description |
|---|---|
| column2d | 2D column chart |
| column3d | 3D column chart |
| bar2d | 2D bar chart |
| bar3d | 3D bar chart |
| pie2d | 2D pie chart |
| pie3d | 3D pie chart |
| doughnut2d | 2D doughnut chart |
| doughnut3d | 3D doughnut chart |
| area2d | 2D area chart |
| line | Simple line chart |
Multi-Series / Stacked
| Chart Type | Description |
|---|---|
| stackedcolumn2d | 2D stacked column chart |
| stackedcolumn3d | 3D stacked column chart |
| mscolumn2d | 2D multi-series column chart |
| mscolumn3d | 3D multi-series column chart |
| msbar2d | 2D multi-series bar chart |
| msbar3d | 3D multi-series bar chart |
| stackedbar2d | 2D stacked bar chart |
| stackedbar3d | 3D stacked bar chart |
| scrollstackedcolumn2d | 2D stacked column chart, but scrollable |
| scrollstackedcolumn3d | 3D stacked column chart, but scrollable |
Others
These chart types cannot be used with a query based mechanism. Either data must be directly provided to the chart, or the chart must depend on a stored procedure or external web service.
| Chart Type | Description |
|---|---|
| msstackedcolumn2d | 2D column chart, multi-series with stacking |
| mscombi2d | 2D combination chart. Can show columns with line overlay |
| bubble | Bubble chart |
| scatter | Simple scatter plot show x,y coordinates |
| heatmap | Heatmap chart |
| treemap | Treemap chart |
Updated about 6 years ago
