Enum ChartAxisKind
Which of a chart's two axes an axis definition is.
public enum ChartAxisKind
Fields
Category = 0The category axis (c:catAx), or the x value axis of a scatter.
Value = 1The value axis (c:valAx).
Which of a chart's two axes an axis definition is.
public enum ChartAxisKind
Category = 0The category axis (c:catAx), or the x value axis of a scatter.
Value = 1The value axis (c:valAx).