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






In This Topic
    BubbleMaxSize Property (ExtraOptions)
    In This Topic
    Specifies the maximum size (pixels) of symbols in the Bubble chart.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(30)>
    Public Property BubbleMaxSize As System.Integer
    'Usage
     
    
    Dim instance As ExtraOptions
    Dim value As System.Integer
     
    instance.BubbleMaxSize = value
     
    value = instance.BubbleMaxSize
    [System.ComponentModel.DefaultValue(30)]
    public System.int BubbleMaxSize {get; set;}
    public read-write property BubbleMaxSize: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(30)
    public function get,set BubbleMaxSize : System.int
    [System.ComponentModel.DefaultValue(30)]
    public: __property System.int get_BubbleMaxSize();
    public: __property void set_BubbleMaxSize( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(30)]
    public:
    property System.int BubbleMaxSize {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    The default value is 30
    See Also