Uses of Interface
org.zkoss.chart.model.XYModel
-
Packages that use XYModel Package Description org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of XYModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type XYModel Modifier and Type Method Description protected PlotDataPlotEngineImpl. drawXYModel(XYModel model)Draws the chart with xy model -
Uses of XYModel in org.zkoss.chart.model
Subinterfaces of XYModel in org.zkoss.chart.model Modifier and Type Interface Description interfaceLowHighModelA LowHigh data model for Dumbbell chart.interfaceXYZModelA XYZ chart data model.Classes in org.zkoss.chart.model that implement XYModel Modifier and Type Class Description classDefaultLowHighModelA LowHigh data model for Dumbbell chart.classDefaultXYModelA XY data model implementation ofXYModel.classDefaultXYZModelA XYZ data model implementation ofXYZModel.
-