XlDataSeriesType enumeration

Specifies the data series to create.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlAutoFillFill series according to AutoFill settings.
xlChronologicalFill with date values.
xlGrowthExtend values, assuming a multiplicative progression (e.g., "1, 2' is extended as '4, 8, 16').
xlDataSeriesLinearExtend values, assuming an additive progression (e.g., '1, 2' is extended as '3, 4, 5').
Show: