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

lecho.lib.hellocharts.util.AxisAutoValues Maven / Gradle / Ivy

There is a newer version: 1.5.8
Show newest version
package lecho.lib.hellocharts.util;

/**
 * A simple class representing axis label values used only for auto generated axes.
 */
public class AxisAutoValues {
    public float[] values = new float[]{};
    public int valuesNumber;
    public int decimals;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy