com.spire.doc.fields.shapes.charts
Class ChartDataPointCollection

java.lang.Object
  extended by com.spire.doc.fields.shapes.charts.ChartDataPointCollection
All Implemented Interfaces:
java.lang.Iterable

public class ChartDataPointCollection
extends java.lang.Object
implements java.lang.Iterable


Method Summary
 ChartDataPoint add(int index)
           
 void clear()
           
 ChartDataPoint get(int index)
           
 int getCount()
           
 java.util.Iterator iterator()
           
 void removeAt(int index)
           
 

Method Detail

get

public ChartDataPoint get(int index)

iterator

public java.util.Iterator iterator()

add

public ChartDataPoint add(int index)

removeAt

public void removeAt(int index)

clear

public void clear()

getCount

public int getCount()