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
155
Change Chart width/margins
posted

I am attempting to change the right hand margin on a composite chart to allow the legend to sit there by itself instead of overlapping the chart.  I've tried a lot of different methods.  I'm guessing it has to do w/ the Chartarea.Bounds, am I getting close?  Can someone help me out?  Using UltraChart 8.2 in C#.  Thanks.

Parents
  • 28496
    Offline posted

    yes.  try setting the ChartArea.BoundsMeasureType to Percentage, then set the Bounds to X=0, Y=0, Width=80, Height=100.  That will leave 20% of the chart space free to display the legend on the right side.

Reply Children