IRangeChangeEventArgs does not returning the indexes of the data, and this is a problem

Hello dear support.
I am trying to use RangeSelector inside the Stock Chart, but the problem is that the selected range returning the already changed data for the needs of the chart, and this data is pretty not useful since it have nothing to do with the original data, and there is no way to find which part of the original data it poiting since it's already "converted" to something else data.
Therefore I believe that IRangeChangeEventArgs should return as well the starting and ending index of the data source.

1 Reply 1 reply marked as answer

DG Durga Gopalakrishnan Syncfusion Team December 17, 2020 02:26 PM UTC

Hi Yordan,

We have validated your reported scenario. We were able to get the proper start and end value while moving the range slider. We suggest you change the data source for stock chart using property binding instead of changing the data source using stock chart instance.


Please revert us if you have any questions.

Regards,
Durga G


Marked as answer
Loader.
Up arrow icon