WCF Chart: how to have fixed axis labels with mutliple LineSeries objects
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I have a WPF chart which is in a Visual Studio 2010 project. I have installed the WPF toolkit and am using the Chart from it. For my first test I'm displaying 2 LineSeries graphs. Each has the same x and y axis value ranges and such. I want to have an axis definition that will display the graphs with the 0 axis in the center of the chart. I tried using Chart.Axis and that just put the axes on the top and right without any affect to the graphs themselves. I tried using the LineSeries.DependantValueAxis and IndependantValueAxis but with several LineSeries charts i'm not quite sure about that either. I'd appreciate any input on best practise for defining the axes when using multiple lineseries graphs ina single chart. Thanks