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


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