cls_Range - almarklein/visvis GitHub Wiki
Inherits from object.
Represents a range (a minimum and a maximum ). Can also be instantiated using a tuple.
If max is set smaller than min, the min and max are flipped.
The Range class implements the following properties:
max, min
The Range class implements the following methods:
Set
Get/Set the maximum value of the range.
Get/Set the minimum value of the range.
Set the values of min and max with one call. Same signature as constructor.