Sub Type - the following table summarizes the different subtypes of the range chart:
| Subtype | X Dimension Type | Z Dimension Type | Data Requirements | Description | 
|---|---|---|---|---|
| Series | Categorical | Categorical | Y1 | A line is drawn from Y1 to Y2. Both points have the same X value. | 
| XY Scatter | Numeric | Categorical | Y1 Y2 | A rectangle is drawn from [X1, Y1] to [X2, Y2]. | 
| XYZ Scatter | Numeric | Numeric | Y1 Y2 | A box is drawn from [X1, Y1, Z1] to [X2, Y2, Z2]. You need to switch the chart mode to 3D. | 
The settings in the Palette tab are described in the Value Palette Settings topic.
