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

In This Topic
    BubbleMinSize Property (FlexChartTagHelper)
    In This Topic
    Specifies the minimum size (pixels) of symbols in the Bubble chart. The default value is 5.
    Syntax
    'Declaration
     
    Public Property BubbleMinSize As Integer
    public int BubbleMinSize {get; set;}
    See Also