chartdatapointcollection-ag凯发旗舰厅
com.spire.presentation.collections
class chartdatapointcollection
java.lang.object
com.spire.presentation.collections.chartdatapointcollection
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
public class chartdatapointcollection
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
represents a collection of chartpoint.
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()
|
chartdatapointcollection
public chartdatapointcollection()
get
public chartdatapoint get(int index)
- gets the element at the specified index.
read-only .
- parameters:
index
-
- returns:
add
public int add(chartdatapoint value)
- adds the new datalabel at the end of a collection.
- parameters:
value
-
- returns:
getcount
public int getcount()
- gets the number of elements actually contained in the collection.
read-only .
- returns:
iterator
public com.spire.ms.system.collections.ienumerator iterator()