ShapeValues Enumeration

Shape

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

Syntax

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

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace