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


TickLabelsInterval Property (CategoryAxis)
Gets or sets the interval between each tick label. 
Syntax
'Declaration
 
Public Property TickLabelsInterval As UInteger
 
'Usage
 
Dim instance As CategoryAxis
Dim value As UInteger
 
instance.TickLabelsInterval = value
 
value = instance.TickLabelsInterval
Remarks

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

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

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

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