ComponentOne FinancialChart for WPF
Maximum Property (C1RadialNumericItem)



C1.WPF Namespace > C1RadialNumericItem Class : Maximum Property
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

Reference

C1RadialNumericItem Class
C1RadialNumericItem Members