FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartBubble Class / EncodingMethod Property

In This Topic
    EncodingMethod Property (ChartBubble)
    In This Topic
    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