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


In This Topic
    MaximumScale Property
    In This Topic
    Returns or sets the maximum value on the value axis or category axis if CategoryType is CategoryType.TimeScale.
    Syntax
    'Declaration
     
    Property MaximumScale As Double
    'Usage
     
    Dim instance As IAxis
    Dim value As Double
     
    instance.MaximumScale = value
     
    value = instance.MaximumScale
    double MaximumScale {get; set;}
    See Also