Spread Silverlight Documentation
AutoMinorUnit Property


GrapeCity.Windows.SpreadSheet.Data Namespace > Axis Class : AutoMinorUnit Property
Gets or sets whether the interval for minor tick marks and minor grid lines is automatically generated.
Syntax
'Declaration
 
Public Property AutoMinorUnit As System.Boolean
'Usage
 
Dim instance As Axis
Dim value As System.Boolean
 
instance.AutoMinorUnit = value
 
value = instance.AutoMinorUnit
public System.bool AutoMinorUnit {get; set;}

Property Value

true if the interval for minor tick marks and minor grid lines is automatically generated; otherwise, false.
See Also

Reference

Axis Class
Axis Members