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

In This Topic
    BubbleMinSize Property
    In This Topic
    Specifies the minimum size (pixels) of symbols in the Bubble chart.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(5)>
    Public Property BubbleMinSize As Integer
    [DefaultValue(5)]
    public int BubbleMinSize {get; set;}
    See Also