ConstrainToward

public enum ConstrainToward : String, Encodable

If this axis needs to be compressed (either due to its own scaleanchor and scaleratio or those of the other axis), determines which direction we push the originally specified plot area.

Options are left, center (default), and right for x axes, and top, middle (default), and bottom for y axes.

  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case center
  • Undocumented

    Declaration

    Swift

    case right
  • top

    Undocumented

    Declaration

    Swift

    case top
  • Undocumented

    Declaration

    Swift

    case middle
  • Undocumented

    Declaration

    Swift

    case bottom