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