createCommonBehavior method

  1. @override
RangeAnnotation<D> createCommonBehavior()
override

Implementation

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