Uses of Class
planetj.chart.ChartException

Packages that use ChartException
planetj.chart   
 

Uses of ChartException in planetj.chart
 

Methods in planetj.chart that throw ChartException
protected  com.jrefinery.chart.JFreeChart ChartManager.createCategoryChart(int type, java.lang.String title, java.lang.String categoryAxisLabel, java.lang.String valueAxisLabel, com.jrefinery.data.CategoryDataset data, boolean legend, boolean tooltips, boolean urls)
          Creates a category chart with the given information.