return show label for last tick flag
()
| 171 | * return show label for last tick flag |
| 172 | */ |
| 173 | public boolean getLabelLast() { |
| 174 | if (getMinorTickCount(majorTickCount-1)==0) // The last tick is a label anyway |
| 175 | return false; |
| 176 | else |
| 177 | return labelLast; |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Manually set the axis range. Axis flags must be set to AT_VALUE for this to take effect. |
no test coverage detected