BarRendererElement<D>.clone constructor
BarRendererElement<D>.clone (
- BarRendererElement<
D> other
Implementation
BarRendererElement.clone(BarRendererElement<D> other) : super.clone(other) {
series = other.series;
bounds = other.bounds;
roundPx = other.roundPx;
index = other.index;
_datum = other._datum;
}