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

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public enum BubbleScale
Visual Basic
Public Enumeration BubbleScale

Members

Member nameDescription
Diameter Scales the symbols according to diameter(linear size).
Area Scales the symbols according to area(quadratic size).

See Also