com.aspose.words
Class ChartLegendEntryCollection

java.lang.Object
    extended by com.aspose.words.ChartLegendEntryCollection
All Implemented Interfaces:
java.lang.Iterable

public class ChartLegendEntryCollection 
extends java.lang.Object

Represents a collection of chart legend entries.

To learn more, visit the https://docs.aspose.com/words/net/working-with-charts/Working with Charts documentation article.


Property Getters/Setters Summary
intgetCount()
           Returns the number of ChartLegendEntry in this collection.
ChartLegendEntryget(int index)
           Returns ChartLegendEntry for the specified index.
 
Method Summary
java.util.Iterator<ChartLegendEntry>iterator()
           Returns an enumerator object.
 

Property Getters/Setters Detail

getCount

public int getCount()
Returns the number of ChartLegendEntry in this collection.

get

public ChartLegendEntry get(int index)
Returns ChartLegendEntry for the specified index.

Method Detail

iterator

public java.util.Iterator<ChartLegendEntryiterator()
Returns an enumerator object.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.