SparklineTypeValues Enumeration
Defines the SparklineTypeValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration SparklineTypeValues
'Usage
Dim instance As SparklineTypeValues
public enum SparklineTypeValues
Members
Member name | Description | |
---|---|---|
Line | line. When the item is serialized out as xml, its value is "line". | |
Column | column. When the item is serialized out as xml, its value is "column". | |
Stacked | stacked. When the item is serialized out as xml, its value is "stacked". |