Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / AutoMin Property


In This Topic
    AutoMin Property
    In This Topic
    Gets or sets whether the minimum value for the axis is set automatically.
    Syntax
    'Declaration
     
    Public Property AutoMin As Boolean
    'Usage
     
    Dim instance As Axis
    Dim value As Boolean
     
    instance.AutoMin = value
     
    value = instance.AutoMin
    public bool AutoMin {get; set;}
    See Also