java.lang.Object
com.aspose.cells.ChartPointCollection
public class ChartPointCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
| Gets the count of the chart point. | ||
ChartPoint | get(int) | |
|
Gets the |
||
| Method Summary | ||
|---|---|---|
void | clear() | |
| Remove all setting of the chart points. | ||
java.util.Iterator | iterator() | |
|
Returns an enumerator for the entire |
||
void | removeAt(int index) | |
| Removes point at the index of the series.. | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
get | |
public ChartPoint get(int index) | |
index - The index of chart point in the series.| Method Detail |
|---|
iterator | |
public java.util.Iterator iterator() | |
clear | |
public void clear() | |
removeAt | |
public void removeAt(int index) | |
index - The index of the point.