java.lang.Object
com.aspose.words.ChartDataPointCollection
public class ChartDataPointCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
|
Returns the number of |
||
ChartDataPoint | get(int index) | |
|
Returns |
||
| Method Summary | ||
|---|---|---|
ChartDataPoint | add(int index) | |
|
Adds new |
||
void | clear() | |
|
Removes all |
||
java.util.Iterator | iterator() | |
| Returns an enumerator object. | ||
void | removeAt(int index) | |
|
Removes a |
||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
get | |
public ChartDataPoint get(int index) | |
| Method Detail |
|---|
add | |
public ChartDataPoint add(int index) | |
index - Target data point index.clear | |
public void clear() | |
iterator | |
public java.util.Iterator iterator() | |
removeAt | |
public void removeAt(int index) | |
index - The zero-based index of the bookmark to remove.