XlDataSeriesType enumeration
Office 2013 and later
Specifies the data series to create.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
| Member name | Description | |
|---|---|---|
| xlAutoFill | Fill series according to AutoFill settings. | |
| xlChronological | Fill with date values. | |
| xlGrowth | Extend values, assuming a multiplicative progression (e.g., "1, 2' is extended as '4, 8, 16'). | |
| xlDataSeriesLinear | Extend values, assuming an additive progression (e.g., '1, 2' is extended as '3, 4, 5'). |
Show: