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 PlotDataPlotEngineImpl. drawCategoryModel(CategoryModel model)Draws the chart with category modelprotected PlotDataWaterfallPlotImpl. 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 classDefaultCategoryModelA Category data model implementation ofCategoryModel.
-