Uses of Class
EasyXLS.Charts.ExcelChart
Namespaces that use ExcelChart
-
Uses of ExcelChart in EasyXLS
Methods in EasyXLS that return ExcelChartModifier and TypeMethodDescriptionExcelWorksheet.easy_getChartAt(int index)
Returns the chart from the specified index.ExcelChartSheet.easy_getExcelChart()
Returns the chart of the sheet.Methods in EasyXLS with parameters of type ExcelChartModifier and TypeMethodDescriptionvoid
ExcelWorksheet.easy_addChart(ExcelChart xlsChart)
Adds the specified chart to worksheet.void
ExcelWorksheet.easy_addChart(ExcelChart xlsChart, int row, int column)
Adds a chart that has the specified location to worksheet.
This method is overridden as easy_addChart_2 in COM+ version of EasyXLS.
void
ExcelWorksheet.easy_addChart(ExcelChart xlsChart, int row, int column, int width, int height)
Adds a chart that has the specified location and size to worksheet.
This method is overridden as easy_addChart_3 in COM+ version of EasyXLS.
void
ExcelWorksheet.easy_addChart(ExcelChart xlsChart, System.String position)
Adds a chart that has the specified location to worksheet.
This method is overridden as easy_addChart_4 in COM+ version of EasyXLS.
void
ExcelWorksheet.easy_addChart(ExcelChart xlsChart, System.String position, int width, int height)
Adds a chart that has the specified location and size to worksheet.
This method is overridden as easy_addChart_5 in COM+ version of EasyXLS.
void
ExcelChartSheet.easy_setExcelChart(ExcelChart xlsChart)
Sets the chart of the sheet. -
Uses of ExcelChart in EasyXLS.Charts
Methods in EasyXLS.Charts that return ExcelChart -
Uses of ExcelChart in EasyXLS.PivotTables
Subclasses of ExcelChart in EasyXLS.PivotTablesModifier and TypeClassDescriptionclass
This class stores pivot chart information like pivot table source and chart information.Methods in EasyXLS.PivotTables that return ExcelChartModifier and TypeMethodDescriptionExcelPivotChart.Clone()
Creates and returns a copy of this object.