Want to invert the coloring of Radzen Slider Component

I am using two sliders in my UI. I know that slider turns yellow when We move it to right to show selected data. As I am having a slider which is supposed to select past data and move backward. So if I move slider back is it possible to have yellow colour on unselected part different from the usual behaviour.
Initially I don't want yellow colour in the left slider , It should come on unselected part when I slide left

Hi @Pranjal_Sharma,

If I got it right, you basically want to change the direction of the slider. If that's the case, you can use the dir attribute and set it to right-to-left mode:

<RadzenSlider dir="rtl" ... />