Back to project page customhellochartdemo.
The source code is released under:
Apache License
If you think the Android project customhellochartdemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
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; }