lecho.lib.hellocharts.provider.ComboLineColumnChartDataProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hellocharts-library Show documentation
Show all versions of hellocharts-library Show documentation
Charting library for Android compatible with API 8+(Android 2.2).
The newest version!
package lecho.lib.hellocharts.provider;
import lecho.lib.hellocharts.model.ComboLineColumnChartData;
public interface ComboLineColumnChartDataProvider {
public ComboLineColumnChartData getComboLineColumnChartData();
public void setComboLineColumnChartData(ComboLineColumnChartData data);
}