Use the members of this enumeration to set the value of the EncodingMethod property in the Bubble class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum BubbleMethodEnum
Visual Basic
Public Enumeration BubbleMethodEnum

Members

Member nameValueDescription
Diameter0 Sizes symbols according to diameter.
Area1 Sizes symbols according to area.

See Also