Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
360
How to move Chart with PolarSplineSeries a bit to be not overlayed by legend?
posted

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.

Parents
  • 138253
    Offline posted

    Hello Martin,

     

    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.

Reply Children