Enum "Business Chart Type"
Represents all the available types of business charts
Properties
| Name | Value |
|---|---|
| Extensible | True |
| AssignmentCompatibility | True |
Values
| Name | Description |
|---|---|
| Point |
Uses points to represent data points. |
| Bubble |
A variation of the Point chart type, where the data points are replaced by bubbles of different sizes. |
| Line |
Illustrates trends in data with the passing of time. |
| StepLine |
Similar to the Line chart type, but uses vertical and horizontal lines to connect the data points in a series forming a step-like progression. |
| Column |
Uses a sequence of columns to compare values across categories. |
| StackedColumn |
Used to compare the contribution of each value to a total across categories. |
| StackedColumn100 |
Displays multiple series of data as stacked columns. The cumulative proportion of each stacked element is always 100% of the Y axis. |
| "Area" |
Emphasizes the degree of change over time and shows the relationship of the parts to a whole. |
| StackedArea |
An Area chart that stacks two or more data series on top of one another. |
| StackedArea100 |
Displays multiple series of data as stacked areas. The cumulative proportion of each stacked element is always 100% of the Y axis. |
| Pie |
Shows how proportions of data, shown as pie-shaped pieces, contribute to the data as a whole. |
| Doughnut |
Similar to the Pie chart type, except that it has a hole in the center. |
| Range |
Displays a range of data by plotting two Y values per data point, with each Y value being drawn as a line chart. |
| Radar |
A circular chart that is used primarily as a data comparison tool. |
| Funnel |
Displays in a funnel shape data that equals 100% when totaled. |