ChartLegendEntryCollection
ChartLegendEntryCollection class
Represents a collection of chart legend entries.
public class ChartLegendEntryCollection : IEnumerable<ChartLegendEntry>
Properties
Name | Description |
---|---|
Count { get; } | Returns the number of ChartLegendEntry in this collection. |
Item { get; } | Returns ChartLegendEntry for the specified index. |
Methods
Name | Description |
---|---|
GetEnumerator() | Returns an enumerator object. |
See Also
- class ChartLegendEntry
- namespace Aspose.Words.Drawing.Charts
- assembly Aspose.Words