The Combo Chart is versatile charting type, which allows you to specify a series type per each values data grouping, which is displayed in the combo chart area. The series type needs to be manually specified per each values data grouping and is by default set to Bar with Clustered group mode.
The combo chart has only one setting - its subtype, which defines the chart dimension types and also determines whether the series displayed in the combo have explicit or automatic X positioning:
Sub Type |
X Dimension Type |
Z Dimension Type |
Data Requirements |
Description |
---|---|---|---|---|
Series |
Categorical |
Categorical |
Series defined values |
Each series defines a set of values. |
XY Scatter |
Numeric |
Categorical |
Series defined values |
Besides the series defined values, each series data point has an additional X coordinate at which it is positioned. |
For example, if you want to display a bar and area combo chart follow these steps:
Depending on the currently selected series type the Values Data Grouping editor will automatically update the Data tab (which shows the supported data point values for the current series type) and the Options tab (which shows options specific to each series type). The following table summarizes the topics you can read for the specific data/options for each series type:
Series Type | Topic |
---|---|
Bar | Bar Series |
Float Bar | Float Bar Series |
Area | Area Series |
Smooth Area | Smooth Area Series |
Line | Line Series |
Smooth Line | Smooth Line Series |
Step Line | Step Line Series |
Point | Point Series |
Bubble | Bubble Series |
High Low | High Low Series |
Stock | Stock Series |
Error Bar | Error Bar Series |
Box And Whiskers | Box And Whiskers Series |
Vector | Vector Series |
Range | Range Series |