ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart 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