ShapeValues Enumeration
Shape
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration ShapeValues
用法
Dim instance As ShapeValues
public enum ShapeValues
Members
Member name | Description | |
---|---|---|
Cone | Cone. When the item is serialized out as xml, its value is "cone". | |
ConeToMax | Cone to Max. When the item is serialized out as xml, its value is "coneToMax". | |
Box | Box. When the item is serialized out as xml, its value is "box". | |
Cylinder | Cylinder. When the item is serialized out as xml, its value is "cylinder". | |
Pyramid | Pyramid. When the item is serialized out as xml, its value is "pyramid". | |
PyramidToMaximum | Pyramid to Maximum. When the item is serialized out as xml, its value is "pyramidToMax". |