ComponentOne FinancialChart for WPF
Interval Property (C1NumericBox)



C1.WPF Namespace > C1NumericBox Class : Interval Property
Gets or sets the interval for the Increase and Decrease buttons.
Syntax
'Declaration
 
Public Property Interval As Integer
'Usage
 
Dim instance As C1NumericBox
Dim value As Integer
 
instance.Interval = value
 
value = instance.Interval
public int Interval {get; set;}
public:
property int Interval {
   int get();
   void set (    int value);
}
See Also

Reference

C1NumericBox Class
C1NumericBox Members