Sub Type - the following table summarizes the different subtypes of the vector chart:
| Subtype | X Dimension Type | Z Dimension Type | Data Requirements | Description | 
|---|---|---|---|---|
| Series | Categorical | Categorical | Y1 | An arrow is drawn from Y1 to Y2. Both points have the same X value. | 
| XY Scatter | Numeric | Categorical | Y1 Y2 | An arrow is drawn from [X1, Y1] to [X2, Y2]. | 
| XYZ Scatter | Numeric | Numeric | Y1 Y2 | An arrow is drawn from [X1, Y1, Z1] to [X2, Y2, Z2]. You need to switch the chart mode to 3D. | 
Shape - controls the shape of the arrow head. Possible options are None, Arrow and Triangle.
Arrowhead Size - controls the width and height of the arrowhead in percentages of the vector width.
Min Arrowhead Size - controls the minimum width and height of the arrow head.
Max Arrowhead Size - controls the maximum width and height of the arrow head.
