Spread Silverlight Documentation
AutoMajorUnit Property


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

Property Value

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

Reference

Axis Class
Axis Members