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.provider; /* w ww .j a va 2 s .c o m*/ import lecho.lib.hellocharts.model.ColumnChartData; public interface ColumnChartDataProvider { public ColumnChartData getColumnChartData(); public void setColumnChartData(ColumnChartData data); }