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
25
UltraWebChart Width=100%???
posted

Hi All.

I have UltraWebChart v6.2 and I'm trying to get it to take up the full width of a table I've placed it in.  So natually I assumed setting width="100%" would get the job done.  However, the UltraWebChart is ignoring the setting and showing a default size (looks like 400px by 300px).

 How do I get a chart to be 100% wide?

TIA,

 Dave W.

 

Parents
  • 26458
    Offline posted

    The chart's width and height need to be in pixels in order to generate an image on the server. You can try putting the chart in the WebAsyncRefreshPanel and update the height and width from the clientside code, though they would still have to be in pixels. You can submit this as a feature request through our Developer Support group here: http://es.infragistics.com/gethelp

Reply Children