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

In This Topic
    LabelPadding Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.LabelPadding. Sets the label padding.
    Syntax
    'Declaration
     
    Public Property LabelPadding As Integer
    public int LabelPadding {get; set;}
    See Also