Type

public enum ScatterPlotMatrix.Dimension.Axis.`Type` : String, Encodable

Sets the axis type for this dimension’s generated x and y axes.

Note that the axis type values set in layout take precedence over this attribute.

  • Undocumented

    Declaration

    Swift

    case linear
  • log

    Undocumented

    Declaration

    Swift

    case log
  • Undocumented

    Declaration

    Swift

    case date
  • Undocumented

    Declaration

    Swift

    case category