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

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