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


In This Topic
    MajorUnitIsAuto Property
    In This Topic
    true if Spread calculates the major units for the value axis, false otherwise.
    Syntax
    'Declaration
     
    Property MajorUnitIsAuto As Boolean
    'Usage
     
    Dim instance As IAxis
    Dim value As Boolean
     
    instance.MajorUnitIsAuto = value
     
    value = instance.MajorUnitIsAuto
    bool MajorUnitIsAuto {get; set;}
    See Also