JavaScript/jQuery RangeSelector - behavior
Type:
animationEnabled
Type:
Default Value: true
To make a selected range and chart series move smoothly when required, enable animation by setting the animationEnabled property to true.
callValueChanged
Use the valueChangeMode property instead.
Specifies when to call the onValueChanged function.
Type:
Default Value: 'onMovingComplete'
manualRangeSelectionEnabled
Indicates whether or not an end user can specify the range using a mouse, without the use of sliders.
Type:
Default Value: true
moveSelectedRangeByClick
Indicates whether or not an end user can shift the selected range to the required location on a scale by clicking.
Type:
Default Value: true
valueChangeMode
Specifies when to change the component's value.
Type:
Default Value: 'onHandleRelease'
If you want to change the component's value while a user moves the component's handle, set this property to onHandleMove
. The moment when the onValueChanged function is called depends on this property.
See Also
Feedback