Package org.zkoss.chart.model
Interface LowModel
-
- All Superinterfaces:
ChartsModel
,SingleValueCategoryModel
- All Known Implementing Classes:
DefaultLowModel
public interface LowModel extends SingleValueCategoryModel
A low model for Lollipop chart type.- Since:
- 10.2.1.0
- Author:
- jumperchen
-
-
Method Summary
-
Methods inherited from interface org.zkoss.chart.model.ChartsModel
addChartsDataListener, removeChartsDataListener
-
Methods inherited from interface org.zkoss.chart.model.SingleValueCategoryModel
clear, getCategories, getCategory, getValue, removeValue, setValue
-
-