ActiveXLS v6.4.0 API Documentation

Uses of Class
ActiveXLS.Charts.ExcelChart

Namespaces that use ExcelChart
ActiveXLS   
ActiveXLS.Charts   
 

Uses of ExcelChart in ActiveXLS
 

Methods in ActiveXLS that return ExcelChart
 ExcelChart ExcelWorksheet.esd_getChartAt(int index)
          Returns the chart from the specified index.
 ExcelChart ExcelChartSheet.esd_getExcelChart()
          Returns the chart of the sheet.
 

Methods in ActiveXLS with parameters of type ExcelChart
 void ExcelWorksheet.esd_addChart(ExcelChart xlsChart)
          Adds the specified chart to worksheet.
 void ExcelWorksheet.esd_addChart(ExcelChart xlsChart, int row, int column)
          Adds a chart that has the specified location to worksheet.
 void ExcelWorksheet.esd_addChart(ExcelChart xlsChart, int row, int column, int width, int height)
          Adds a chart that has the specified location and size to worksheet.
 void ExcelWorksheet.esd_addChart(ExcelChart xlsChart, System.String position)
          Adds a chart that has the specified location to worksheet.
 void ExcelWorksheet.esd_addChart(ExcelChart xlsChart, System.String position, int width, int height)
          Adds a chart that has the specified location and size to worksheet.
 void ExcelChartSheet.esd_setExcelChart(ExcelChart xlsChart)
          Sets the chart of the sheet.
 

Uses of ExcelChart in ActiveXLS.Charts
 

Methods in ActiveXLS.Charts that return ExcelChart
 ExcelChart ExcelChart.Clone()
          Creates and returns a copy of this object.
 


Copyright 2009 On Time Computing Solutions