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


In This Topic
    TickLabelPosition Property
    In This Topic
    Gets or sets the position of tick-mark labels on the specified axis.
    Syntax
    'Declaration
     
    Property TickLabelPosition As TickLabelPosition
    'Usage
     
    Dim instance As IAxis
    Dim value As TickLabelPosition
     
    instance.TickLabelPosition = value
     
    value = instance.TickLabelPosition
    TickLabelPosition TickLabelPosition {get; set;}
    See Also