RangeMode
public enum RangeMode : String, Encodable
If normal, the range is computed in relation to the extrema of the input data.
If tozero`, the range extends to 0, regardless of the input data If nonnegative, the range is non-negative, regardless of the input data. Applies only to linear axes.
Note
Used byXAxis.rangeMode
, YAxis.rangeMode
, Scene.XAxis.rangeMode
, Scene.YAxis.rangeMode
,
Scene.ZAxis.rangeMode
, Carpet<XData, YData, AData, BData>.AAxis.rangeMode
, Carpet<XData,
YData, AData, BData>.BAxis.rangeMode
.
-
Undocumented
Declaration
Swift
case normal
-
Undocumented
Declaration
Swift
case toZero = "tozero"
-
Undocumented
Declaration
Swift
case nonNegative = "nonnegative"