ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialNumericItem Class / Minimum Property



In This Topic
    Minimum Property (C1RadialNumericItem)
    In This Topic
    Minimum value for the C1RadialNumericItem.
    Syntax
    'Declaration
     
    
    Public Property Minimum As Double
    'Usage
     
    
    Dim instance As C1RadialNumericItem
    Dim value As Double
     
    instance.Minimum = value
     
    value = instance.Minimum
    public double Minimum {get; set;}
    public:
    property double Minimum {
       double get();
       void set (    double value);
    }
    Remarks
    If it is not set, control will use the minimum value from the Items collection.
    See Also