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

In This Topic
    LabelAlign Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.LabelAlign. Sets the label alignment.
    Syntax
    'Declaration
     
    Public Property LabelAlign As String
    public string LabelAlign {get; set;}
    Remarks
    By default the labels are centered. The supported values are 'left' and 'right' for x-axis and 'top' and 'bottom' for y-axis.
    See Also