Gets or sets the method used for calculating bubble size in a bubble chart.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] public BubbleMethodEnum EncodingMethod { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property EncodingMethod As BubbleMethodEnum Get Set |
Remarks
The maximum and minimum bubble sizes represent the percentage of the diameter or area of the plot area, depending upon the value of the EncodingMethod property.
At this time the Bubble Method is always based on the diameter.