Specifies how to calculate the size of symbols for Bubble chart.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
| C# |
|---|
public enum BubbleScale |
| Visual Basic |
|---|
Public Enumeration BubbleScale |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Diameter | 0 | Scales the symbols according to diameter(linear size). | |
| Area | 1 | Scales the symbols according to area(quadratic size). |