Group: Forum Members
Last Active: 11 Years Ago
Posts: 12,
Visits: 1
|
I've set up a master slave relationship with several charts on the same control. This works as expected but I would like to modify the behavior some if I can but I couldn't find anything online or in the examples for this. I have set both x and y of each chart as recursive master/slave and the idea being when you zoom on one chart it will do the same zoom on the others. The problem is that the y axis for each chart might have a different range. When I do the master/slave it forces them all to the same range and I would like to use a relative range.
For instance if one chart is 0-100 with tick marks every 10 and the chart below it is 1-10 with tick marks every 1 and the user zooms in say 20-60. I would like the other chart to zoom in 2-6. So the same relative zoom level not literal ranges. In my case I am dealing with charts who range 0-30000 and others that might be like -.005-.1 (but the data is all related). Is this possible to do? Also, with master/slave does each chart synchronize panning as well?
|