Search code examples
c#wpfdynamic-data-display

DynamicDataDisplay D3 fixed Axis


I'm using D3 to create several graphics side by side and I would like to have the scale of the axis to be the same and when it changes. I mean, on the following graphics, when I move with the mouse the Y axis of one graphic, I want the over graphics to move as well.

Thanks for your help.

image : https://i.sstatic.net/l1j5D.png


Solution

  • If you mean you have several graphs and you want them to all move the same, you would be looking for the WidthSpring. There is a great article on it online by Fellice Pollano that you can check out here.