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
60
How to expand the size of the graph automatically?
posted

Hello,

I want to expand the size of the graph automatically.
I have a 100x100 size chart.

  

And I moved to the graph in the frame with a size 50x50.
I want to resize graphs from 100x100 to 50x50 framework.

please suggestion me.

Thank you.
Kultida

 

Parents
No Data
Reply
  • 8421
    posted

    Hello Kultida,

    The best solution is to have the chart be 100% width and height so it simply fills its container. Otherwise, if you have a hard coded size set on the chart you're going to have to use code that manually resizes the chart if you're putting it in a new container through the use of the width and height options of the chart.

    Is this what you are looking for in regards to resizing the control? If not, could you provide me with more details about what you want to accomplish along with the code that you have attempted to use so far to resolve this issue?

Children
No Data