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. Read/write float.

Definition:

@property
def value(self):
    ...

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

See Also