Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / MajorTickMark Property


In This Topic
    MajorTickMark Property
    In This Topic
    Gets or sets the type of major tick mark for the specified axis. TickMark
    Syntax
    'Declaration
     
    Property MajorTickMark As TickMark
    'Usage
     
    Dim instance As IAxis
    Dim value As TickMark
     
    instance.MajorTickMark = value
     
    value = instance.MajorTickMark
    TickMark MajorTickMark {get; set;}
    See Also