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)

Usage

Dim xlSizeRepresents1 As XlSizeRepresents = XlSizeRepresents.xlSizeIsArea

Syntax

Public Enum XlSizeRepresents
public enum XlSizeRepresents
public enum class XlSizeRepresents
public enum XlSizeRepresents
public enum XlSizeRepresents

Members

Member name Description
xlSizeIsArea Area of the bubble.
xlSizeIsWidth Width of the bubble.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace