I am using Microsoft's D3 with WPF (not silverlight). I am desperately looking for a version of D3 that would allow ,me to hide the legend. I found several examples online, using older versions of D3. When adding the sources of this version to my solution, I lost other functionality I was using - plotting a graph with logarithmic scales. Another version of D3 that was used in an example of a logarithmic scale did not have "hide legend" implemented yet. Apparently, the examples I've seen used different versions that are mutually exclusive. Moreover, I am not enough savvi with c# to take one version and convert it to the other.
Would you guys please please please help me and provide a solution that uses any (preferably latest) version of D3 for WPF that makes a ChartPlotter with logarithmic scale and is able to hide the legend?
Thanks