| 
 | |||||||||
| 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(Chart 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(Chart 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.Exceptionpublic 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 | ||||||||