Jump to content
Software FX Community

Asif_Khan

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Asif_Khan

  1. do you see these on screen? or in printouts?

    I had the same problem but the squares appeared only on printouts. i noticed that if you have the size of a graph defined in pixels, this sometimes causes squarers/rectangles of the defined graph size to appear on the page background (only for full size printouts).

  2. I came across this issue when i deployed chartfx for the first time. make sure you have modified you web.config file and added the appropriate handlers. the modification which i had to make is below:

    <add path="ChartFX.aspx" verb="*" type="ChartFX.Pss.HttpHandler,ChartFX.Pss.HttpHandler"/>

     T

    here is a useful article available within the knowledgebase which provides a step wise description of the whole deployment process.
  3. I have deployed a web application with various charts on one of our production server. all charting modules work perfectly fine on the server and also on most of the clients which access these pages. however, on some computers the chart rendering fails and results in IE crash. Please can you let me know how to rectify this issue as this is causing concern among the users.

    A screenshot of error can be viewed at:

     http://www.khanasif.com/links/cfx_error.jpg

     Thanks in advance.

     

×
×
  • Create New...