I want to create my own kind of a SeekBar which means I want to have for example two horizontal-sliders on a plot.
How can I do this? I just managed to bind a class to my view which draws a plot, but how can I put two sliders on it? I was thinking about putting a new layer on the plot and set a move-listener to it but have no idea how to do this. Or should I redraw the slider each time the user moves it?
The SeekBar is just for testing purpose. What I want is a slider on the plot: