XSide
public enum XSide : String, Encodable
Sets where the x axis labels and titles go.
bottom means the very bottom of the grid. bottom plot is the lowest plot that each x axis is used in. top and top plot are similar.
-
Undocumented
Declaration
Swift
case bottom
-
Undocumented
Declaration
Swift
case bottomPlot = "bottom plot"
-
Undocumented
Declaration
Swift
case topPlot = "top plot"
-
Undocumented
Declaration
Swift
case top