ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelMax Property

In This Topic
    LabelMax Property (ChartAxis<T>)
    In This Topic
    Gets or 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