@return a DecimalFormat for formating the axis labels
()
| 615 | * @return a DecimalFormat for formating the axis labels |
| 616 | */ |
| 617 | public DecimalFormat getFormatter() { |
| 618 | return formatter; |
| 619 | } |
| 620 | |
| 621 | /** |
| 622 | * @return minimum range of the axis |
no outgoing calls
no test coverage detected