.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : MinorTicksPerInterval Property
MinorTicksPerInterval Property
Gets or sets the number of minor axis ticks generated between major axis ticks.
Syntax
'Declaration
 
Public Property MinorTicksPerInterval As Integer
'Usage
 
Dim instance As Axis
Dim value As Integer
 
instance.MinorTicksPerInterval = value
 
value = instance.MinorTicksPerInterval
public int MinorTicksPerInterval {get; set;}
Example
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