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

In This Topic
    SymbolMaxSize Property (ScatterMapLayerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ScatterMapLayer<T>.SymbolMaxSize. Sets the maximal symbol size for bubble plot.
    Syntax
    'Declaration
     
    Public Property SymbolMaxSize As Integer
    public int SymbolMaxSize {get; set;}
    See Also