Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / MajorUnit Property


In This Topic
    MajorUnit Property (ValueAxis)
    In This Topic
    Gets or sets the interval for the major tick marks and major grid lines.
    Syntax
    'Declaration
     
    
    Public Property MajorUnit As Double
    'Usage
     
    
    Dim instance As ValueAxis
    Dim value As Double
     
    instance.MajorUnit = value
     
    value = instance.MajorUnit
    public double MajorUnit {get; set;}
    Exceptions
    ExceptionDescription
    value is less than or equal to zero.
    See Also