React RangeSelector - behavior
animationEnabled
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.
manualRangeSelectionEnabled
Indicates whether or not an end user can specify the range using a mouse, without the use of sliders.
moveSelectedRangeByClick
Indicates whether or not an end user can shift the selected range to the required location on a scale by clicking.
valueChangeMode
Specifies when to change the component's value.
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
If you have technical questions, please create a support ticket in the DevExpress Support Center.