axisRotation method

int axisRotation()

Implementation

int axisRotation() {
  switch (selectedRange.value) {
    case Range.month:
      return 45;
    default:
      return 0;
  }
}