ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BubbleScale Enumeration


In This Topic
    BubbleScale Enumeration
    In This Topic
    Specifies how to calculate the size of symbols for Bubble chart.
    Syntax
    'Declaration
     
    
    Public Enum BubbleScale 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BubbleScale
    public enum BubbleScale : System.Enum 
    Members
    MemberDescription
    AreaScales the symbols according to area(quadratic size).
    DiameterScales the symbols according to diameter(linear size).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.BubbleScale

    See Also