I am working on a projekt to display data in form of a graph. In order for me to do what i want to do i need a graph or chart component that lets me move the x- and y-axis to different grids.
To clarify: My graph should consist of 3 different parts. 1: The actual graph that displays the line. 2: The y-axis. 3: The x-axis.
I want to put the graph (1) in one grid, the y-axis (2) inside an other grid and the x-axis (3) inside a third grid.
I have looked at WPF-Toolkit and Data Driven Documents (D3) but I can not figure out a way to split these 3 parts in the way that I have described here.
Is it possible to use WPF-Toolkit or D3 to achieve this or is there an other component that lets me do this?
The component does not need to be free but I should be able to modify it like this.