The ChartType enumeration is used to determine chart type.
Used by the following properties and methods:
Value | Brief description |
kAreaAbsolute | Absolute area chart. |
kAreaAdditional | Stacked area chart. |
kAreaPercent | Stacked percentage chart. |
kBarAbsolute |
Absolute bar chart. |
kBarAdditional | Stacked bar chart. |
kBarPercent | Percentage bar chart. |
kBubble | Bubble chart. |
kColumnAbsolute | Absolute column chart. |
kColumnAdditional | Stacked column chart. |
kColumnPercent | Percentage column chart. |
kDoughnut | Doughnut chart. |
kLineAbsolute | Chart with absolute values. |
kLineAdditional | Stacked chart. |
kLinePercent | Percentage chart. |
kMulti | Mixed chart. |
kPie | Pie chart. |
See also: