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 PlotData
PlotEngineImpl. 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 class
DefaultXYZModel
A XYZ data model implementation ofXYZModel
.
-