dotnetCHARTING Send comments on this topic.
MinorTicksPerInterval Property
See Also 
dotnetCHARTING Namespace > Axis Class : MinorTicksPerInterval Property


Gets or sets the number of minor axis ticks generated between major axis ticks.

Syntax

Visual Basic (Declaration) 
Public Property MinorTicksPerInterval As Integer
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Integer
 
instance.MinorTicksPerInterval = value
 
value = instance.MinorTicksPerInterval
C# 
public int MinorTicksPerInterval {get; set;}

Example

See Also

© 2010 All Rights Reserved.