GrapeCity.Xaml.Excel
BubbleSizeRepresents Enumeration


GrapeCity.Excel.Chart Namespace : BubbleSizeRepresents Enumeration
Specifies the possible ways to represents data as bubble chart sizes.
Syntax
'Declaration
 
Public Enum BubbleSizeRepresents 
   Inherits System.Enum
'Usage
 
Dim instance As BubbleSizeRepresents
public enum BubbleSizeRepresents : System.Enum 
Members
MemberDescription
Area Specifies the area of the bubbles shall be proportional to the bubble size value.
Width Specifies the radius of the bubbles shall be proportional to the bubble size value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.BubbleSizeRepresents

See Also

Reference

GrapeCity.Excel.Chart Namespace