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


In This Topic
    TickLabels Property
    In This Topic
    Gets the tick-mark labels associated with tick marks on a chart axis.
    Syntax
    'Declaration
     
    ReadOnly Property TickLabels As ITickLabels
    'Usage
     
    Dim instance As IAxis
    Dim value As ITickLabels
     
    value = instance.TickLabels
    ITickLabels TickLabels {get;}
    See Also