Type

public enum Carpet<XData, YData, AData, BData>.AAxis.`Type` : String, Encodable

Sets the axis type.

By default, plotly attempts to determined the axis type by looking into the data of the traces that referenced the axis in question.

  • Undocumented

    Declaration

    Swift

    case auto = "-"
  • Undocumented

    Declaration

    Swift

    case linear
  • Undocumented

    Declaration

    Swift

    case date
  • Undocumented

    Declaration

    Swift

    case category