Back to Devexpress

SeriesCollection.Add Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-seriescollection-dot-add.md

latest1.3 KB
Original Source

SeriesCollection.Add Method

NameParametersDescription
Add(CellRange, CellRange, CellRange)seriesName, arguments, valuesAppends a new series with the specified name to the collection and provides data for series arguments and series values.
Add(CellRange, CellRange)arguments, valuesAppends a new series with the specified argument and value data to the collection.
Add(ChartData, ChartData)arguments, valuesAppends a new series with the specified argument and value data to the collection.
Add(String, ChartData, ChartData)seriesName, arguments, valuesAppends a new series with the specified name to the collection and provides data for series arguments and series values.