FUIChartAxisId

public enum FUIChartAxisId

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.

  • x

    X axis. Normally the category or horizontal axis.

    Declaration

    Swift

    case x
  • y

    Y axis. Normally the value or vertical axis.

    Declaration

    Swift

    case y
  • Category or X axis.

    Declaration

    Swift

    case category