amount property

amount property

Represents amount of error bar.

Remarks

The amount must be greater than or equal to zero.

Definition:

@property
def amount(self):
    ...
@amount.setter
def amount(self, value):
    ...

See Also