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

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