OfPieValues Enumeration
Pie of Pie or Bar of Pie Type
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration OfPieValues
'Uso
Dim instance As OfPieValues
public enum OfPieValues
Members
Member name | Description | |
---|---|---|
Pie | Pie. When the item is serialized out as xml, its value is "pie". | |
Bar | Bar. When the item is serialized out as xml, its value is "bar". |