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 PlotData
PlotEngineImpl. 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 interface
LowHighModel
A LowHigh data model for Dumbbell chart.interface
XYZModel
A XYZ chart data model.Classes in org.zkoss.chart.model that implement XYModel Modifier and Type Class Description class
DefaultLowHighModel
A LowHigh data model for Dumbbell chart.class
DefaultXYModel
A XY data model implementation ofXYModel
.class
DefaultXYZModel
A XYZ data model implementation ofXYZModel
.
-