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


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