Gets or sets the interval for major tick marks and major grid lines.
Syntax
'Declaration
Public Property MajorUnit As Double
'Usage
Dim instance As IndexAxis
Dim value As Double
instance.MajorUnit = value
value = instance.MajorUnit
public double MajorUnit {get; set;}
Exceptions
See Also