C1.Silverlight.Chart.5
BubbleScale Enumeration

Specifies how to calculate the size of symbols for Bubble chart.
Syntax
'Declaration
 
Public Enum BubbleScale 
   Inherits System.Enum
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.Silverlight.Chart.BubbleScale

See Also

Reference

C1.Silverlight.Chart Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.