ChartLegendEntryCollection
Overview
ChartLegendEntryCollection is a class in Aspose.Words FOSS for .NET.
Inherits from: IEnumerable<ChartLegendEntry>.
Represents a collection of chart legend entries.
This class provides 1 method for working with ChartLegendEntryCollection objects in .NET programs.
Available methods include: GetEnumerator.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Returns the number of ChartLegendEntry in this collection. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator object. |