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

In This Topic
    MajorUnit Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.MajorUnit. Sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.
    Syntax
    'Declaration
     
    Public Property MajorUnit As Double
    public double MajorUnit {get; set;}
    See Also