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

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

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


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

Method Detail

get

public ChartDataLabel get(int index)

iterator

public java.util.Iterator iterator()

add

public ChartDataLabel add(int index)

removeAt

public void removeAt(int index)

clear

public void clear()

getCount

public int getCount()