Glossary Item Box
Introduction
Chart types are constructed using several settings. Among them, the most significant are:
These properties work in concert to provide unprecedented flexibility.
Chart Types
The most fundamental property, Chart.Type, determines the generic layout of series and in the case of pie, radar, and gauge, a type of chart.
|
Combo Chart Type This chart types supports all the series types. It is vertically oriented so the y axis can only contain numeric or time values.
|
![]() |
ComboHorizontal
|
ComboHorizontal Chart Type This chart types is horizontally oriented so the x axis can only contain numeric or time values.
|
![]() |
ComboSideBySide
|
ComboSideBySide Chart Type This chart types is similar to combo but each series is placed side by side and the x axis tick labels show each series name.
|
![]() |
Pie & Donut
|
Pie Chart Type Shows a single pie made up of all the series added to the chart.
|
![]() |
|
Radar Chart Type Draws all series on a single radar. Both x and y axes are used. The x axis surrounds the radar and the y axis goes from the center to the outside.
|
![]() |
Pies, Donuts, Radars, & Gauges
|
Pies, Radars, & Gauges Chart Types All three chart types behave the same. The series are laid out in a way that allows for the maximum space usage.
Supported Series Types (Radars Only)
|
![]() |
![]() |
Other chart types such as Bubble, Scatter, and Gantt are obsolete and they default to Combo, Combo, and ComboHorizontal respectively. ChartType.Financial is also obsolete and shouldnt be used. It is provided only for backward compatibility. |
Series Types
The next major contributor to chart types is the series type. The above chart type list includes a section on supported series types for each. Different series types can be specified for each series with the following chart types:
This allows you to create virtually unlimited number of different chart types.
SeriesTypeFinancial enumeration
Axis Scales
Further customization is achieved by specifying an axis scale. Besides controlling the quantitative scale type, scales also dictate how series behave. For example an axis scale can specify that columns are stacked.
See also: Element Values & Axis Scales | Element Layout and Axes | Z Axis effect
Conclusion
As you can see, the final chart type is fundamentally based on three settings. This mix and match concept may be more complicated than a single property, however, the flexibility it provides makes it well worth understanding.
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.