11-22-2013 10:44 AM - edited 11-22-2013 10:44 AM
Just use an event structure for a value change on the slider and sort the four slider values before applying the ranging to the data. On mouse-up, write the sorted values back to the slider so the coloring restores correctly.
11-22-2013 10:47 AM
11-22-2013 11:11 AM
@altenbach wrote:
Just use an event structure for a value change on the slider and sort the four slider values before applying the ranging to the data.
Here's a quick draft. See if it works for you. It can easily be modified for more detailed behavior, e.g. coercing the middle two between the min and max.