Specifies how to calculate the size of symbols for Bubble chart.

Namespace:  C1.Phone.Chart
Assembly:  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 nameValueDescription
Diameter0 Scales the symbols according to diameter(linear size).
Area1 Scales the symbols according to area(quadratic size).

See Also