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
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?