Matches

public enum Matches : Encodable

If set to another axis id (e.g.

x2, y), the range of this axis will match the range of the corresponding axis in data-coordinates space. Moreover, matching axes share auto-range values, category lists and histogram auto-bins. Note that setting axes simultaneously in both a scaleanchor and a matches constraint is currently forbidden. Moreover, note that matching axes must have the same type.

  • Undocumented

    Declaration

    Swift

    case xAxis(XAxis)
  • Undocumented

    Declaration

    Swift

    case yAxis(YAxis)
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws