ChartSeriesGroupCollection

ChartSeriesGroupCollection

Overview

ChartSeriesGroupCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<ChartSeriesGroup>.

Represents a collection of ChartSeriesGroup objects.

This class provides 3 methods for working with ChartSeriesGroupCollection objects in .NET programs. Available methods include: Add, GetEnumerator, RemoveAt. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadReturns the number of series groups in this collection.

Methods

SignatureDescription
GetEnumerator()Returns an enumerator object.
RemoveAt(index: int)Removes a series group at the specified index.
Add(seriesType: ChartSeriesType)Adds a new series group of the specified series type to this collection.

See Also