TickNumberMaximum Property
Gets or sets the maximum number of tick marks for numeric axis scales.
Syntax
'Declaration Public Property TickNumberMaximum As Integer
'Usage Dim instance As Axis Dim value As Integer instance.TickNumberMaximum = value value = instance.TickNumberMaximum
public int TickNumberMaximum {get; set;}
Property Value
An integer specifying the maximum number of tick marks for this axis.Remarks
. Three (3) is lowest number of tick marks possible.
(Applies to value axes with numeric scales). Applies to time scales in JavaScript charts as well.
(Applies to value axes with numeric scales). Applies to time scales in JavaScript charts as well.
Requirements
Target Platforms: 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