ChartCollection

ChartCollection

Overview

ChartCollection is a class in Aspose.Cells FOSS for .NET.

Represents the collection of charts on a worksheet.

Properties

NameTypeAccessDescription
CountintReadGets the number of charts on the worksheet.

Methods

SignatureDescription
Add(type: ChartType, dataRange: string, upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int)The zero-based index of the added chart.