Hi,
I am trying to add multiple Y-Axes and multiple line series. It works very well. The next step is to give the Y-Axis the same color as the line serie. This works too, but the Y-Axis lines are overlapped and I only see the color of the last one. Could someone tell me how I can separate them?
Location = OutsideLeft. Should I use the margin, extent... property?
Thanks
Daniel
Hi Petar,
Thanks for your reply. I don't want to move the starter DataPoint to its Y-Axis. I just want to display a coloured line next to the Axis Label. It would also be nice to display the unit on top of the line.
I try to convert our Java graph application in .Net with your XamDataChart component. I send you a screenshot.
Thanks,
see: https://es.infragistics.com/community/forums/f/ultimate-ui-for-wpf/56667/fully-functional-multiple-y-axes/289918#289918
I have a similar request.
What I want is to give each Y axis a separate visualization complete with for each axis:
Is this doable with xamDataChart?
Hello Daniel,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
There doesn't seem to be a functionality that could allow moving the Axes to the left. Your best option would be to create the few Axes you need and set their Labels' Extent proeprties. According to the extent you can draw two additonal lines on your own.
You can also log a Feature Request (https://es.infragistics.com/community/ideas) so this functionality can be implemented out of the box.
Hope this helps.
Regards Petar.