add
Contents
[
Hide
]add(int type) method
Creates new chart series and adds it to the collection.
Parameters
Name | Type | Description |
---|---|---|
type | int | Type of series |
Returns
add(ChartDataCell cellWithSeriesName, int type) method
Creates new chart series from ChartDataCell and adds it to the collection.
Parameters
Name | Type | Description |
---|---|---|
cellWithSeriesName | ChartDataCell | Cell which contain series name. |
type | int | Type set type of series If chart series careted from same cell already in collection then method adds nothing and returns it’s index. |
Returns
add(ChartCellCollection cellsWithSeriesName, int type) method
Creates new chart series from ChartCellCollection and adds it to the collection.
Parameters
Name | Type | Description |
---|---|---|
cellsWithSeriesName | ChartCellCollection | Cells which contain series name. |
type | int | Type set type of series If chart series careted from same cell already in collection then method adds nothing and returns it’s index. |
Returns
add(String name, int type) method
Creates new chart series from value and adds it to the collection.
Parameters
Name | Type | Description |
---|---|---|
name | String | Series name. |
type | int | Type set type of series |