XAxisReference

public enum XAxisReference : String, Encodable

Sets the container x refers to.

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

  • Undocumented

    Declaration

    Swift

    case container
  • Undocumented

    Declaration

    Swift

    case paper