SizeRepresentsValues Enumeration

Size Represents

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

Syntax

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

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace