Specifies how to calculate the size of symbols for Bubble chart.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
public enum BubbleScale |
Visual Basic |
---|
Public Enumeration BubbleScale |
Members
Member name | Description | |
---|---|---|
Diameter | Scales the symbols according to diameter(linear size). | |
Area | Scales the symbols according to area(quadratic size). |