YSide

public enum YSide : String, Encodable

Sets where the y axis labels and titles go.

left means the very left edge of the grid. left plot is the leftmost plot that each y axis is used in. right and right plot are similar.

  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case leftPlot = "left plot"
  • Undocumented

    Declaration

    Swift

    case rightPlot = "right plot"
  • Undocumented

    Declaration

    Swift

    case right