Sub Type - the following table summarizes the different subtypes of the line chart:
| Subtype | X Dimension Type | Z Dimension Type | Data Requirements | Description | 
|---|---|---|---|---|
| Series | Categorical | Categorical | Value | Shows series behind each other. | 
| XY Scatter | Numeric | Categorical | Value | Besides the value, each data point has a X coordinate at which it is positioned. | 
| XYZ Scatter | Numeric | Numeric | Value | Besides the value, each data point has a X and Z coordinate at which it is positioned in the XZ plane. | 
