getRenderTime method

BarLabelDecorator<DateTime> getRenderTime()

Implementation

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