Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / MajorUnit Property


In This Topic
    MajorUnit Property (IAxis)
    In This Topic
    Returns or sets the major units for the value axis.
    Syntax
    'Declaration
     
    
    Property MajorUnit As Double
    'Usage
     
    
    Dim instance As IAxis
    Dim value As Double
     
    instance.MajorUnit = value
     
    value = instance.MajorUnit
    double MajorUnit {get; set;}
    See Also