Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / SizeRepresents Enumeration


In This Topic
    SizeRepresents Enumeration
    In This Topic
    Specifies what the bubble size represents on a bubble chart.
    Syntax
    'Declaration
     
    
    Public Enum SizeRepresents 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SizeRepresents
    public enum SizeRepresents : System.Enum 
    Members
    MemberDescription
    AreaArea of the bubble.
    WidthWidth of the bubble.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.SizeRepresents

    See Also