Insert values in component DoubleRange

Hello
I would like to know how to insert values into a Double Range component and also to put at least one difference value between the intervals.
regards…

Hi @Taday,
can you please give us a few more details? What component exactly are you talking about ?
What do you mean with:

put at least one difference value between the intervals.

best,
Gabriel

I refer to this componenteste

I can only get the value of it with the:
getMaxRrange () and the getMinRange () but I can not for example use the setMaxRange () because it is only private for the class and I wanted to know if there was another way.
Or maybe I’ll have to use another component to do what I want …