com.aspose.words
Class ChartDataLabelCollection

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

public class ChartDataLabelCollection 
extends java.lang.Object

Represents a collection of ChartDataLabel.

Property Getters/Setters Summary
intgetCount()
           Returns the number of ChartDataLabel in this collection.
ChartDataLabelget(int index)
           Returns ChartDataLabel for the specified index.
 
Method Summary
ChartDataLabeladd(int index)
           Adds new ChartDataLabel at the specified index.
voidclear()
           Removes all ChartDataLabel from this collection.
java.util.Iteratoriterator()
          
voidremoveAt(int index)
           Removes a ChartDataLabel at the specified index.
 

Property Getters/Setters Detail

getCount

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

get

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

Method Detail

add

public ChartDataLabel add(int index)
Adds new ChartDataLabel at the specified index.
Parameters:
index - Target data label index.

clear

public void clear()
Removes all ChartDataLabel from this collection.

iterator

public java.util.Iterator iterator()

removeAt

public void removeAt(int index)
Removes a ChartDataLabel at the specified index.
Parameters:
index - The zero-based index of the chart data label to remove.

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