ChartCollection
Overview
ChartCollection is a class in Aspose.Cells FOSS for .NET.
Represents the collection of charts on a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of charts on the worksheet. |
Methods
| Signature | Description |
|---|---|
Add(type: ChartType, dataRange: string, upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int) | The zero-based index of the added chart. |