![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.ChartPoints
public class ChartPoints
Represents a collection that contains all the points in one series.
Method Summary | |
---|---|
ChartPoint |
getChartPoint(int index)
Gets ChartPoint Object by index. |
java.util.Iterator<ChartPoint> |
getCustomedPointIterator()
Gets an iterator to iterate all user customed ChartPoints in this collection. |
int |
size()
Gets the total DataPoint count of corresponding ASeries. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ChartPoint getChartPoint(int index)
index
- The zero based index of the ChartPoint. This index must be less than size() value of this collection.
size()
public int size()
public java.util.Iterator<ChartPoint> getCustomedPointIterator()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |