Hello,
I would like to set the width and height of the Ultrachart using javascript. This is for charttype gantt.
How do I do this?
Thanks,
The chart is generated on the server, so if you change the width and the height using javascript on the browser, the quality of the image will be not good.
What I am trying to do is to use Web Slider to Resize images. I am following this example http://samples.infragistics.com/2009.1/WebFeatureBrowser/Default.aspx
In the function resize image in th example I need to adjust the width and the height of the Gantt Chart. I was planning to set the height and width of Gantt via javascript. How would I do this?