BarErrorDecorator<D> class

Decorates bars with error whiskers.

Used to represent confidence intervals for bar charts.

Inheritance

Constructors

BarErrorDecorator({Color strokeColor = _defaultStrokeColor, double strokeWidthPx = _defaultStrokeWidthPx, double endpointLengthPx = _defaultEndpointLengthPx, double outlineWidthPx = _defaultOutlineWidthPx, Color outlineColor = _defaultOutlineColor})

Properties

endpointLengthPx double
final
hashCode int
The hash code for this object.
no setterinherited
outlineColor Color
final
outlineWidthPx double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeColor Color
final
strokeWidthPx double
final

Methods

decorate(Iterable<ImmutableBarRendererElement<D>> barElements, ChartCanvas canvas, GraphicsFactory graphicsFactory, {required Rectangle<num> drawBounds, required double animationPercent, required bool renderingVertically, bool rtl = false}) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited