Uses of Interface
org.zkoss.chart.model.SingleValueCategoryModel
-
Packages that use SingleValueCategoryModel Package Description org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of SingleValueCategoryModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type SingleValueCategoryModel Modifier and Type Method Description protected PlotDataPlotEngineImpl. drawSingleValueCategoryModel(SingleValueCategoryModel model)Draws the chart with single value category model -
Uses of SingleValueCategoryModel in org.zkoss.chart.model
Subinterfaces of SingleValueCategoryModel in org.zkoss.chart.model Modifier and Type Interface Description interfaceLowModelA low model for Lollipop chart type.interfacePieModelA Pie chart data model.interfaceWordCloudModelA word cloud chart data model.Classes in org.zkoss.chart.model that implement SingleValueCategoryModel Modifier and Type Class Description classDefaultLowModelA low model for Lollipop chart type.classDefaultPieModelA Pie chart data model implementation ofPieModel.classDefaultSingleValueCategoryModelA Pie chart data model implementation ofSingleValueCategoryModel.classDefaultWordCloudModelA word cloud chart data model implementation ofWordCloudModel.
-