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

In This Topic
    MajorTickMarks Property (Axis)
    In This Topic
    Gets or sets a value indicating the appearance of major tick marks.
    Syntax
    'Declaration
     
    Public Property MajorTickMarks As TickMark
    public TickMark MajorTickMarks {get; set;}
    See Also