Hello, i have a XamDataChart, a NumericAngleAxis, a NumericRadiusAxis and a PolarSpineSeries. This works wonderful, i have the polar-Chart in the center of the control.
I add/position the legend, e.g. XamDock.SetEdge(legend, DockEdge.InsideRight);
Now, since this legend is a bit larger it overlays the chart itself. I can move the legend arount with different DockEdge's but that's not what i want to do. I want to move the PolarChart itself a bit to the left in order to keep the legend on the DockEdge.InsideRight without the chart being overlayed by the legend.
Can this be done? Thanks.
Hello Martin,
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.
Thanks for that answer. It pointed me in the right direction. What you suggest is right, however for some reason i needed to fix the size of the XamDock and then there is the strange behaviour that by setting the margin of the Chart, the legend is moved as well. If i set the margin for the DataChart to "0,0,100,0" i need to set the margin of the legend to "0,0,-50,0" in order to let it stay at the same position relative to the fixed size surrounding XamDock.
Thank you for your post. I have been looking into it and I can suggest you set the XamDataChart’s Margin, so it moves from the right side of its container. You can set it to “0, 0, 100, 0” in order to achieve the look you want Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.