Type
public enum XAxis.`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 log
-
Undocumented
Declaration
Swift
case date
-
Undocumented
Declaration
Swift
case category
-
Undocumented
Declaration
Swift
case multiCategory = "multicategory"