I have a legend that i need to re-order the series within the legend only. Re-ordering the series declarations is not possible because of how we want them to display. Is there away that this can be accomplished?
Hello Bryan,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the XamDataChart’s Loaded event and get the StackPanel that contains the LegendItems and change their order. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
OK so i was able to some what implement your suggestion but i receive the following error before the Use Control displays: Specified element is already the logical child of another element. Disconnect it first.
I have modified the saple I sent you before, so now it won't rise any exceptions. It in C# again, but you can use a C# to VB converter to convert it.
Thank you that worked perfectly
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.