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


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