getRenderNumeric method

BarLabelDecorator<num> getRenderNumeric()

Implementation

common.BarLabelDecorator<num> getRenderNumeric() {
  return common.BarLabelDecorator(
    labelAnchor: MethodCommon.barLabelAnchor(labelAnchor),
    labelPadding: labelPadding,
    labelPosition: MethodCommon.barLabelPosition(barLabelPosition),
  );
}