Use the members of this enumeration to set the value of the Bubble.EncodingMethod property in the Bubble class.
[Visual Basic]
Public Enum BubbleMethodEnum
[C#]
public enum BubbleMethodEnum
[Delphi]
type BubbleMethodEnum = (Area, Diameter);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Area |
Sizes symbols according to area. |
Diameter |
Sizes symbols according to diameter. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |