Uses of Class
com.jxcell.ChartShape

Packages that use ChartShape
com.jxcell   
 

Uses of ChartShape in com.jxcell
 

Methods in com.jxcell that return ChartShape
 ChartShape View.addChart(double x1, double y1, double x2, double y2)
          Creates and adds a chart to the active worksheet.
 ChartShape View.addChartSheet(int sheetIndex)
          Creates and adds a chart to the book and make it a chart sheet.
 ChartShape View.getChart(int index)
          Returns the first chart in the active worksheet.