Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / MajorUnit Property


In This Topic
    MajorUnit Property
    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