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


Gets or sets a numeric value that determines the interval of minor axis ticks.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.