ChartType

public enum ChartType

The type of chart being used.

case line // Line Chart Type
case bar // Bar Chart Type
case pie // Pie Chart Type
  • Line Chart Type

    Declaration

    Swift

    case line
  • bar

    Bar Chart Type

    Declaration

    Swift

    case bar
  • pie

    Pie Chart Type

    Declaration

    Swift

    case pie