ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ExtraOptionsTagHelper Class / BubbleMaxSize Property

In This Topic
    BubbleMaxSize Property (ExtraOptionsTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ExtraOptions.BubbleMaxSize. Specifies the maximum size (pixels) of symbols in the Bubble chart.
    Syntax
    'Declaration
     
    Public Property BubbleMaxSize As Integer
    public int BubbleMaxSize {get; set;}
    Remarks
    The default value is 30
    See Also