com.aspose.cells
Class ChartPointCollection

java.lang.Object
    extended by com.aspose.cells.ChartPointCollection

public class ChartPointCollection 
extends java.lang.Object

Represents a collection that contains all the points in one series.


Property Getters/Setters Summary
intgetCount()
           Gets the count of the chart point.
ChartPointget(int)
           Gets the ChartPoint element at the specified index in the series.
 
Method Summary
voidclear()
           Remove all setting of the chart points.
java.util.Iteratoriterator()
           Returns an enumerator for the entire ChartPointCollection.
voidremoveAt(int index)
           Removes point at the index of the series..
 

Property Getters/Setters Detail

getCount

public int getCount()
Gets the count of the chart point.

get

public ChartPoint get(int index)
Gets the ChartPoint element at the specified index in the series.
Parameters:
index - The index of chart point in the series.
Returns:
The ChartPoint object.

Method Detail

iterator

public java.util.Iterator iterator()
Returns an enumerator for the entire ChartPointCollection.
Returns:

clear

public void clear()
Remove all setting of the chart points.

removeAt

public void removeAt(int index)
Removes point at the index of the series..
Parameters:
index - The index of the point.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.