Spread.Sheets Documentation
ChartCollection Constructor
GC.Spread.Sheets.Charts Namespace > ChartCollection type : ChartCollection Constructor
The worksheet.
Represents a chart manager that managers all charts in a sheet.
Syntax
var instance = new GC.Spread.Sheets.Charts.ChartCollection(sheet);
function ChartCollection( 
   sheet : Worksheet
) : ChartCollection;

Parameters

sheet
The worksheet.
See Also

Reference

ChartCollection type