Enumerations

The following enumerations are available globally.

  • 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.

    See more

    Declaration

    Swift

    public enum ChartAxisId : String
  • Defines the policy used to determine which labels are presented along the horizontal category axis.

    See more

    Declaration

    Swift

    public enum ChartCategoryAxisLabelLayoutStyle : CustomStringConvertible
  • X Axis Labels Position

    See more

    Declaration

    Swift

    public enum XAxisLabelsPosition : String
  • Enum for available selection modes.

    See more

    Declaration

    Swift

    public enum ChartSelectionMode : String
  • Available chart types. Use this enum to define chart type to present.

    See more

    Declaration

    Swift

    public enum ChartType : String
  • test data for all types of ChartView

    See more

    Declaration

    Swift

    public enum Tests