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

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