| 
 | |||||||||
| 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.ChartSeriesFormatCollection
public class ChartSeriesFormatCollection
Represents collection of  
| Constructor Summary | |
|---|---|
| ChartSeriesFormatCollection(Chart mParent) | |
| Method Summary | |
|---|---|
|  int | append(CellRange cellRange)Append a cellRange to the collection. | 
|  int | append(float value)Append a numberic value. | 
|  int | append(java.lang.Object value)Append a value; | 
|  int | append(java.lang.String value)Append a string value. | 
|  ChartSeriesDataFormat | get(int index)Gets the element at the specified index. | 
|  CellRanges | getSeriesLabel()Gets or sets chart series value. | 
|  int | indexOf(ChartSeriesDataFormat value)Searches for the specified | 
|  void | remove(ChartSeriesDataFormat value)Removes the specified value. | 
|  void | setSeriesLabel(CellRanges value)Gets or sets chart series value. | 
| Constructor Detail | 
|---|
public ChartSeriesFormatCollection(Chart mParent)
| Method Detail | 
|---|
public CellRanges getSeriesLabel()
public void setSeriesLabel(CellRanges value)
value - 
java.lang.Exceptionpublic ChartSeriesDataFormat get(int index)
index - 
public int append(CellRange cellRange)
cellRange - 
java.lang.Exceptionpublic int append(java.lang.String value)
value - 
java.lang.Exceptionpublic int append(float value)
value - 
java.lang.Exceptionpublic int append(java.lang.Object value)
value - 
java.lang.Exceptionpublic int indexOf(ChartSeriesDataFormat value)
value - 
public void remove(ChartSeriesDataFormat value)
value - | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||