ChartErrorRange
The uncertainty of a data point's value on one axis, drawn as an error bar.
Both bounds are measured from the value, so the range spans from
value - lower_by to value + upper_by.
Properties
Methods
Properties
Methods
copy
copy(
lower_by: Number | None = None,
upper_by: Number | None = None,
) -> ChartErrorRangeReturns a copy of this object with the specified properties overridden.
symmetricclassmethod
symmetric(value: Number) -> ChartErrorRangeCreates a range that extends equally below and above the value.
Parameters:
- value (Number) - The distance of both bounds from the value.