Side

public enum Side : String, Encodable

Determines whether a x (y) axis is positioned at the bottom (left) or top (right) of the plotting area.

  • top

    Undocumented

    Declaration

    Swift

    case top
  • Undocumented

    Declaration

    Swift

    case bottom
  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case right