ComponentOne FlexReport for WinForms
EncodingMethod Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartBubble Class : EncodingMethod Property
Gets or sets the method used for calculating bubble size in a bubble chart.
Syntax
'Declaration
 
Public Property EncodingMethod As ChartBubbleMethod
public ChartBubbleMethod EncodingMethod {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.

See Also

Reference

ChartBubble Class
ChartBubble Members