value property

value property

Gets or sets value which is used with Fixed, Percentage and StandardDeviation value types to determine the length of the error bars. In any other case will return NaN. Read/write float.

Definition:

@property
def value(self):
    ...

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

See Also