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 byXAxis.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.
-
Undocumented
Declaration
Swift
case on -
Undocumented
Declaration
Swift
case off -
Undocumented
Declaration
Swift
case reversed -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
Install in Dash
AutoRange Enumeration Reference