TimeUnitValues Enumeration

Time Unit

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration TimeUnitValues
'Usage
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".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace