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

In This Topic
    LabelMax Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.LabelMax. Sets a value that determines whether the maximum axis value should be always labeled.
    Syntax
    'Declaration
     
    Public Property LabelMax As Boolean
    public bool LabelMax {get; set;}
    See Also