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,
nsc02,
this has been fixed.
The URL in your reply throws an error when clicked on it.
You need to generate a new chart (image) every time when you change the height and/or width. You can try looking at "Interaction with the WebGauge" sample:
http://samples.infragistics.com/2009.1/WebFeatureBrowser/contents.aspx?showCode=True&t=WebSlider/SliderGaugeInteraction.aspx~srcview.aspx?path=../webfeaturebrowservb/WebSlider/SliderGaugeInteraction.src~srcview.aspx?path=WebSlider/SliderGaugeInteraction.src
In the sample you can see and the code of it.
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?
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.