createCommonBehavior method
Implementation
@override
common.RangeAnnotation<D> createCommonBehavior() =>
new common.RangeAnnotation<D>(annotations,
defaultColor: defaultColor,
defaultLabelAnchor: defaultLabelAnchor,
defaultLabelDirection: defaultLabelDirection,
defaultLabelPosition: defaultLabelPosition,
defaultLabelStyleSpec: defaultLabelStyleSpec,
extendAxis: extendAxis,
labelPadding: labelPadding,
layoutPaintOrder: layoutPaintOrder);