XlSizeRepresents Enumeration
Specifies what the bubble size represents on a bubble chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlSizeRepresents
'Usage
Dim instance As XlSizeRepresents
public enum XlSizeRepresents
Members
Member name | Description | |
---|---|---|
xlSizeIsWidth | Width of the bubble. | |
xlSizeIsArea | Area of the bubble. |