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

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