ComponentOne FinancialChart for WPF
C1.Chart Namespace / TimeRange Class / Min Property



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