All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lecho.lib.hellocharts.formatter.LineChartValueFormatter Maven / Gradle / Ivy

The newest version!
package lecho.lib.hellocharts.formatter;


import lecho.lib.hellocharts.model.PointValue;

public interface LineChartValueFormatter {

    public int formatChartValue(char[] formattedValue, PointValue value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy