Uses of Class
net.sf.jasperreports.engine.design.JRDesignChart
-
Packages that use JRDesignChart Package Description net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRDesignChart in net.sf.jasperreports.charts.design
Fields in net.sf.jasperreports.charts.design declared as JRDesignChart Modifier and Type Field Description protected JRDesignChartJRDesignChartAxis. parentChartThe multiple axis chart that this axis belongs to.Methods in net.sf.jasperreports.charts.design with parameters of type JRDesignChart Modifier and Type Method Description voidJRDesignChartAxis. setChart(JRDesignChart chart)Set the chart that contains the dataset and plot to use for this axis.voidJRDesignMultiAxisPlot. setChart(JRDesignChart chart)Sets the chart object that this plot belongs to.Constructors in net.sf.jasperreports.charts.design with parameters of type JRDesignChart Constructor Description JRDesignChartAxis(JRDesignChart parentChart)Construct a new axis that will be added to the specified chart. -
Uses of JRDesignChart in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRDesignChart Modifier and Type Method Description voidJRXmlLoader. addGroupEvaluatedChart(JRDesignChart chart)Deprecated.To be removed.Constructors in net.sf.jasperreports.engine.xml with parameters of type JRDesignChart Constructor Description ChartEvaluationGroupReference(JRDesignChart chart)
-