add

Contents
[ ]

add(int type) method

Creates new chart series and adds it to the collection.

Parameters

NameTypeDescription
typeintType of series

Returns

ChartSeries


add(ChartDataCell cellWithSeriesName, int type) method

Creates new chart series from ChartDataCell and adds it to the collection.

Parameters

NameTypeDescription
cellWithSeriesNameChartDataCellCell which contain series name.
typeintType set type of series If chart series careted from same cell already in collection then method adds nothing and returns it’s index.

Returns

ChartSeries


add(ChartCellCollection cellsWithSeriesName, int type) method

Creates new chart series from ChartCellCollection and adds it to the collection.

Parameters

NameTypeDescription
cellsWithSeriesNameChartCellCollectionCells which contain series name.
typeintType set type of series If chart series careted from same cell already in collection then method adds nothing and returns it’s index.

Returns

ChartSeries


add(String name, int type) method

Creates new chart series from value and adds it to the collection.

Parameters

NameTypeDescription
nameStringSeries name.
typeintType set type of series

Returns

ChartSeries