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






In This Topic
    BubbleMinSize Property (ExtraOptions)
    In This Topic
    Specifies the minimum size (pixels) of symbols in the Bubble chart.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(5)>
    Public Property BubbleMinSize As System.Integer
    'Usage
     
    
    Dim instance As ExtraOptions
    Dim value As System.Integer
     
    instance.BubbleMinSize = value
     
    value = instance.BubbleMinSize
    [System.ComponentModel.DefaultValue(5)]
    public System.int BubbleMinSize {get; set;}
    public read-write property BubbleMinSize: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(5)
    public function get,set BubbleMinSize : System.int
    [System.ComponentModel.DefaultValue(5)]
    public: __property System.int get_BubbleMinSize();
    public: __property void set_BubbleMinSize( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(5)]
    public:
    property System.int BubbleMinSize {
       System.int get();
       void set (    System.int value);
    }
    See Also