AxisScaleMode¶
- class AxisScaleMode.AxisScaleMode(value)¶
Bases:
Enum
The possible scale modes of an axis.- Auto = 0¶
- The axis range is determined based on the range of the data(For the time axis: the latest content of the runtime systembuffer, for y-axes: a range that is large enough to show allvalues.)
- FixedLength = 1¶
- The length of the axis range is given, but the position isbased on the the data. Only valid for the time axis, wherethe most recent data is shown with this option.
- Fixed = 2¶
- The axis range is explicitly given.