Package org.zkoss.chart.model
Interface PieModel
-
- All Superinterfaces:
ChartsModel
,SingleValueCategoryModel
- All Known Implementing Classes:
DefaultPieModel
public interface PieModel extends SingleValueCategoryModel
A Pie chart data model.- Author:
- jumperchen
- See Also:
Charts
,SingleValueCategoryModel
-
-
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
-
-