ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ExtraOptions Class / BubbleMaxSize Property

In This Topic
    BubbleMaxSize Property
    In This Topic
    Specifies the maximum size (pixels) of symbols in the Bubble chart.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(30)>
    Public Property BubbleMaxSize As Integer
    [DefaultValue(30)]
    public int BubbleMaxSize {get; set;}
    Remarks
    The default value is 30
    See Also