class CurrencyValueFormatter : ValueFormatter
The ValueFormatter for currency graphs.
<init> |
The ValueFormatter for currency graphs. CurrencyValueFormatter(currencySymbol: String) |
getFormattedValue |
Formats a Float value. fun getFormattedValue(value: Float): String |