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

In This Topic
    MaxColor Property (TreeMapItemStyleTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeMapItemStyle.MaxColor. Sets the color of the max value.
    Syntax
    'Declaration
     
    Public Property MaxColor As String
    public string MaxColor {get; set;}
    See Also