Overlaying

public enum Overlaying : Encodable

If set a same-letter axis id, this axis is overlaid on top of the corresponding same-letter axis, with traces and axes visible for both axes.

If false, this axis does not overlay any same-letter axes. In this case, for axes with overlapping domains only the highest-numbered axis will be visible.

  • Undocumented

    Declaration

    Swift

    case free
  • Undocumented

    Declaration

    Swift

    case xAxis(XAxis)
  • Undocumented

    Declaration

    Swift

    case yAxis(YAxis)
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws