I am using a D3 ChartPlotter in my WPF application. Unlike the default behaviour, I'd need the ChartPlotter to:
Hide the Z & X Axis
Resize / Scale the graph to fully fill the horizontal space allocated to the control (I don't want the margin that it has by default
I tried searching on the net, but the documentation on the D3 is really scarce and scattered (does someone have a comprehensive resource for learning how to use it?)
Thanks