Package 

Class DefaultAxisValueFormatter

    • Constructor Detail

      • DefaultAxisValueFormatter

        DefaultAxisValueFormatter(Integer digits)
    • Method Detail

      • getFormattedValue

         String getFormattedValue(Float value, AxisBase axis)

        Called when a value from an axis is to be formatted before being drawn. For performance reasons, avoid excessive calculations and memory allocations inside this method.

        Parameters:
        value - the value to be formatted
        axis - the axis the value belongs to