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


In This Topic
    TickLabelSpacing Property
    In This Topic
    Gets or or sets the number of categories or series between tick-mark labels.
    Syntax
    'Declaration
     
    Property TickLabelSpacing As Integer
    'Usage
     
    Dim instance As IAxis
    Dim value As Integer
     
    instance.TickLabelSpacing = value
     
    value = instance.TickLabelSpacing
    int TickLabelSpacing {get; set;}
    Remarks
    This property applies only to category and series axes.
    See Also