Uses of Interface
org.zkoss.chart.model.LowHighModel
-
Packages that use LowHighModel Package Description org.zkoss.chart.impl org.zkoss.chart.model -
-
Uses of LowHighModel in org.zkoss.chart.impl
Methods in org.zkoss.chart.impl with parameters of type LowHighModel Modifier and Type Method Description protected PlotData
PlotEngineImpl. drawLowHighModel(LowHighModel model)
Draws the chart with (low, high) model -
Uses of LowHighModel in org.zkoss.chart.model
Classes in org.zkoss.chart.model that implement LowHighModel Modifier and Type Class Description class
DefaultLowHighModel
A LowHigh data model for Dumbbell chart.
-