TimeUnitValues Enumeration
Time Unit
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration TimeUnitValues
'Uso
Dim instance As TimeUnitValues
public enum TimeUnitValues
Members
Member name | Description | |
---|---|---|
Days | Days. When the item is serialized out as xml, its value is "days". | |
Months | Months. When the item is serialized out as xml, its value is "months". | |
Years | Years. When the item is serialized out as xml, its value is "years". |