AutoRange

public enum AutoRange : Encodable

Determines whether or not the range of this axis is computed in relation to the input data.

See rangemode for more info. If range is provided, then autorange is set to false.

Note

Used by XAxis.autoRange, YAxis.autoRange, Scene.XAxis.autoRange, Scene.YAxis.autoRange, Scene.ZAxis.autoRange, Polar.RadialAxis.autoRange, Carpet<XData, YData, AData, BData>.AAxis.autoRange, Carpet<XData, YData, AData, BData>.BAxis.autoRange.
  • on

    Undocumented

    Declaration

    Swift

    case on
  • off

    Undocumented

    Declaration

    Swift

    case off
  • Undocumented

    Declaration

    Swift

    case reversed
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws