ChartAxisId
public enum ChartAxisId : String
Identifiers for different axes presented by the chart.
These are provided as a convenient way to reference axes by their position and orientation.
The type of axis will vary depending on the type of chart presented. As an example, for scatter, bubble, and bar charts the x
axis is a numeric axis; but for all other chart types the x
axis is the category axis.