'DeclarationPublic Property TickLabelsInterval As UInteger
'UsageDim instance As CategoryAxis Dim value As UInteger instance.TickLabelsInterval = value value = instance.TickLabelsInterval
public uint TickLabelsInterval {get; set;}
'DeclarationPublic Property TickLabelsInterval As UInteger
'UsageDim instance As CategoryAxis Dim value As UInteger instance.TickLabelsInterval = value value = instance.TickLabelsInterval
public uint TickLabelsInterval {get; set;}
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.
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