Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / MajorTickMarks Property

In This Topic
    MajorTickMarks Property
    In This Topic
    Gets or sets the location of the axis tick marks.
    Syntax
    'Declaration
     
    
    Public Property MajorTickMarks As TickMark
    public TickMark MajorTickMarks {get; set;}
    See Also