ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / Interval Property



In This Topic
    Interval Property (C1NumericBox)
    In This Topic
    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