XlDataSeriesType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the data series to create.
public enum class XlDataSeriesType
public enum XlDataSeriesType
Public Enum XlDataSeriesType
- Inheritance
-
XlDataSeriesType
Fields
Name | Value | Description |
---|---|---|
xlDataSeriesLinear | -4132 | Extend values, assuming an additive progression (e.g., '1, 2' is extended as '3, 4, 5'). |
xlGrowth | 2 | Extend values, assuming a multiplicative progression (e.g., "1, 2' is extended as '4, 8, 16'). |
xlChronological | 3 | Fill with date values. |
xlAutoFill | 4 | Fill series according to AutoFill settings. |