|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.ChartDataPointCollection
public class ChartDataPointCollection
Represents a collection of ChartPoint.
Constructor Summary | |
---|---|
ChartDataPointCollection()
|
Method Summary | |
---|---|
int |
add(ChartDataPoint value)
Adds the new DataLabel at the end of a collection. |
ChartDataPoint |
get(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
com.spire.ms.System.Collections.IEnumerator |
iterator()
|
Constructor Detail |
---|
public ChartDataPointCollection()
Method Detail |
---|
public ChartDataPoint get(int index)
index
-
public int add(ChartDataPoint value)
value
-
public int getCount()
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |