ChartSeries
Add Method (ExcelChartType)
|
Defines a new series. Returns a Series object.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartSerie Add(
ExcelChartType serieType
)
Public Function Add (
serieType As ExcelChartType
) As ChartSerie
public:
ChartSerie^ Add(
ExcelChartType serieType
)
member Add :
serieType : ExcelChartType -> ChartSerie
Parameters
-
serieType
-
Type:
Spire.Xls
ExcelChartType
Type of new serie.
Return Value
Type:
ChartSerie
Newly created series object.
See Also