IChartSeriesCollectionAdd Method (IChartCellCollection, ChartType) |
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIChartSeries Add(
IChartCellCollection cellsWithSeriesName,
ChartType type
)
Function Add (
cellsWithSeriesName As IChartCellCollection,
type As ChartType
) As IChartSeries
IChartSeries^ Add(
IChartCellCollection^ cellsWithSeriesName,
ChartType type
)
abstract Add :
cellsWithSeriesName : IChartCellCollection *
type : ChartType -> IChartSeries
Parameters
- cellsWithSeriesName
- Type: Aspose.Slides.ChartsIChartCellCollection
Cells which contain series name. - type
- Type: Aspose.Slides.ChartsChartType
Type set type of series
Return Value
Type:
IChartSeriesAdded chart series or series that already is in collection.
RemarksIf chart series careted from same cell already in collection
then method adds nothing and returns it's index.
See Also