java.lang.Object
com.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 | iterator() | |
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 iterator() | |
removeAt | |
public void removeAt(int index) | |
index - The zero-based index of the chart data label to remove.