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

In This Topic
    MajorTickMarks Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.MajorTickMarks. Sets the location of axis tick marks.
    Syntax
    'Declaration
     
    Public Property MajorTickMarks As AxisTickMark
    public AxisTickMark MajorTickMarks {get; set;}
    See Also