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

In This Topic
    BubbleMinSize Property (ExtraOptionsTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ExtraOptions.BubbleMinSize. Specifies the minimum size (pixels) of symbols in the Bubble chart.
    Syntax
    'Declaration
     
    Public Property BubbleMinSize As Integer
    public int BubbleMinSize {get; set;}
    See Also