Uses of Class
org.adempiere.webui.apps.graph.model.ChartModel
Packages that use ChartModel
Package
Description
Provide class and interface for chart (AD_Chart), performance indicator (PA_Goal) and document status indicator (PA_DocumentStatus) implementation.
Performance indicator and chart implementation using JFree graph
-
Uses of ChartModel in org.adempiere.webui.apps.graph
Methods in org.adempiere.webui.apps.graph with parameters of type ChartModelModifier and TypeMethodDescriptionboolean
IChartRendererService.renderChart
(org.zkoss.zk.ui.Component parent, int width, int height, ChartModel chartModel, boolean showTitle) render chart for AD_Chart -
Uses of ChartModel in org.adempiere.webui.apps.graph.jfreegraph
Methods in org.adempiere.webui.apps.graph.jfreegraph with parameters of type ChartModelModifier and TypeMethodDescriptionboolean
ChartRendererServiceImpl.renderChart
(org.zkoss.zk.ui.Component parent, int width, int height, ChartModel chartModel, boolean showTitle) Deprecated.