SizeRepresentsValues Enumeration
Size Represents
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration SizeRepresentsValues
'Uso
Dim instance As SizeRepresentsValues
public enum SizeRepresentsValues
Members
Member name | Description | |
---|---|---|
Area | Bubble Size Represents Area. When the item is serialized out as xml, its value is "area". | |
Width | Bubble Size Represents Width. When the item is serialized out as xml, its value is "w". |