ComponentOne BubbleChart for ASP.NET Web Forms
BubbleChart Fundamentals / Special Bar Chart Properties
In This Topic
    Special Bar Chart Properties
    In This Topic

    The maximum and minimum allowable size for bubbles can be set using the MaximumSize and MinimumSize properties respectively. These are properties of the C1BubbleChart object and can be accessed through the C1BubbleChart properties window.

    When you set the MaximumSize to 20%, then the C1BubbleChart will create diameters of bubble(s) with a maximum size equal to 20% the lesser of two.

    When specifying the size of the bubble, both the diameter and area are measured as a percentage of the total diameter or area of the plot area. To specify the bubble size, use the SizingMethod property.

    See Also