I would like to be able to hide the X-Axis (Labels, Ticks, etc) in the ChartPlotter of D3 (DynamicDataDisplay). The amount of documentation available for D3 is basically non-existent.
Any help would greatly be appreciated.
As far as I can see in the sources the AxisBase is a ContentControl so you should be able to make it invisible.
That might be too crude so you could also take a look at the default style/template, copy it and change it to hide/remove those part that you want to hide.