'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;}
'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;}
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.
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