次の方法で共有


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".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace