Type

public enum Polar.AngularAxis.`Type` : String, Encodable

Sets the angular axis type.

If linear, set thetaunit to determine the unit in which axis value are shown. If *category, use period to set the number of integer coordinates around polar axis.

  • Undocumented

    Declaration

    Swift

    case auto = "-"
  • Undocumented

    Declaration

    Swift

    case linear
  • Undocumented

    Declaration

    Swift

    case category