Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using Dynamic Data Display (D3) in one of my WPF/MVVM project. Requirement is to plot two line graphs with different vertical axis. We tried with adding two
ObservableDataSource<Point>
as data source for both line graphs.

But we are not getting the expected result - graph does not display multiple vertical axis, also it does not plotting the horizontal axis properly.

Appreciate any help to fix this issue. Thanks in advance.

What I have tried:

<grid>
<d3:ChartPlotter Name="plotter">
<d3:chartplotter.children>
<d3:DependentPlotter >
<d3:LineGraph DataSource="{Binding InletData}" >
<d3:LineGraph DataSource="{Binding OutletData}" >
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900