Uses of Interface
org.zkoss.chart.model.XYZModel
-
Packages that use XYZModel Package Description org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of XYZModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type XYZModel Modifier and Type Method Description protected PlotDataPlotEngineImpl. drawXYZModel(XYZModel model)Draws the chart with xyz model -
Uses of XYZModel in org.zkoss.chart.model
Classes in org.zkoss.chart.model that implement XYZModel Modifier and Type Class Description classDefaultXYZModelA XYZ data model implementation ofXYZModel.
-