ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / Min Property


In This Topic
    Min Property (Axis)
    In This Topic
    Gets or sets the minimum value shown on the axis.
    Syntax
    'Declaration
     
    
    Public Property Min As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.Min = value
     
    value = instance.Min
    public double Min {get; set;}
    See Also