Uses of Interface
org.zkoss.chart.model.CategoryModel
-
Packages that use CategoryModel Package Description org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of CategoryModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type CategoryModel Modifier and Type Method Description protected PlotData
PlotEngineImpl. drawCategoryModel(CategoryModel model)
Draws the chart with category modelprotected PlotData
WaterfallPlotImpl. drawCategoryModel(CategoryModel model)
-
Uses of CategoryModel in org.zkoss.chart.model
Classes in org.zkoss.chart.model that implement CategoryModel Modifier and Type Class Description class
DefaultCategoryModel
A Category data model implementation ofCategoryModel
.
-