YAxisReference

public enum YAxisReference : String, Encodable

Sets the container y refers to.

container spans the entire height of the plot. paper refers to the height of the plotting area only.

  • Undocumented

    Declaration

    Swift

    case container
  • Undocumented

    Declaration

    Swift

    case paper