ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / SizingMethod Enumeration

In This Topic
    SizingMethod Enumeration
    In This Topic
    Decides the bubble size calculate by diameter or area.
    Syntax
    'Declaration
     
    Public Enum SizingMethod 
       Inherits System.Enum
    public enum SizingMethod : System.Enum 
    Members
    MemberDescription
    AreaArea
    Diameterdiameter
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Chart.SizingMethod

    See Also