|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.ms.system.collections.collectionbase
com.spire.presentation.collections.chartcategorycollection
public class chartcategorycollection
represents collection of
constructor summary | |
---|---|
chartcategorycollection( parent)
|
method summary | |
---|---|
int |
append(cellrange cellrange)
creates new chart category from |
int |
append(float value)
append a numberic value. |
int |
append(java.lang.object value)
creates new |
int |
append(java.lang.string value)
append a string value. |
chartcategory |
get(int index)
gets the element at the specified index. |
cellranges |
getcategorylabels()
gets the cellranges from list of chartcategory. |
int |
indexof(chartcategory value)
searches for the specified |
void |
remove(chartcategory value)
removes the specified value. |
void |
setcategorylabels(cellranges value)
sets the cellranges from list of chartcategory. |
constructor detail |
---|
public chartcategorycollection( parent)
method detail |
---|
public chartcategory get(int index)
index
-
public cellranges getcategorylabels()
public void setcategorylabels(cellranges value)
value
- public int append(cellrange cellrange)
cellrange
-
public int append(java.lang.string value)
value
-
public int append(float value)
value
-
public int append(java.lang.object value)
value
-
java.lang.exception
public int indexof(chartcategory value)
value
-
public void remove(chartcategory value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |