java.lang.Objectcom.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 |
||
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() |
removeAt | |
public void removeAt(int index) |
index
- The zero-based index of the bookmark to remove.