java.lang.Objectcom.aspose.words.ChartDataLabelCollection
public class ChartDataLabelCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Returns the number of |
||
ChartDataLabel | get(int index) | |
Returns |
Method Summary | ||
---|---|---|
ChartDataLabel | add(int index) | |
Adds new |
||
void | clear() | |
Removes all |
||
java.util.Iterator<ChartDataLabel> | iterator() | |
Returns an enumerator object. | ||
void | removeAt(int index) | |
Removes a |
Property Getters/Setters Detail |
---|
getCount | |
public int getCount() |
get | |
public ChartDataLabel get(int index) |
Method Detail |
---|
add | |
public ChartDataLabel add(int index) |
index
- Target data label index.clear | |
public void clear() |
iterator | |
public java.util.Iterator<ChartDataLabel> iterator() |
removeAt | |
public void removeAt(int index) |
index
- The zero-based index of the chart data label to remove.