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



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