ComponentOne FinancialChart for WPF
Interval Property (C1RangeSlider)



C1.WPF Namespace > C1RangeSlider Class : Interval Property
Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts (for the RepeatButtons at the left of the LowerThumb and at the right of the UpperThumb).
Syntax
'Declaration
 
Public Property Interval As Integer
'Usage
 
Dim instance As C1RangeSlider
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

C1RangeSlider Class
C1RangeSlider Members