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


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