Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / CategoryAxis Class / TickMarksInterval Property


In This Topic
    TickMarksInterval Property (CategoryAxis)
    In This Topic
    Gets or sets the interval between each tick mark.
    Syntax
    'Declaration
     
    
    Public Property TickMarksInterval As UShort
    'Usage
     
    
    Dim instance As CategoryAxis
    Dim value As UShort
     
    instance.TickMarksInterval = value
     
    value = instance.TickMarksInterval
    public ushort TickMarksInterval {get; set;}
    Remarks

    The value of this property must be between 1 & 31999.

    The default value is 1, which means that every tick mark will be displayed.

    A value of 2 would skip a tick mark & then display the next one, thus increasing the interval between each tick mark. 

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also