Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies what the bubble size represents on a bubble chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("B5C2A6B9-6991-478A-86C0-C4A227F44940")> _
Public Enumeration XlSizeRepresents
'Usage
Dim instance As XlSizeRepresents
[GuidAttribute("B5C2A6B9-6991-478A-86C0-C4A227F44940")]
public enum XlSizeRepresents
Members
| Member name | Description | |
|---|---|---|
| xlSizeIsWidth | The width of the bubble. | |
| xlSizeIsArea | The area of the bubble. |