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

Properties

Get/Set the maximum value of the range.

Get/Set the minimum value of the range.

Methods

Set the values of min and max with one call. Same signature as constructor.

⚠️ **GitHub.com Fallback** ⚠️