Page 1 of 1

ASP and IrregularGrid problem.

Posted: Tue Jan 11, 2005 7:20 am
by 9082336
Hi,
I'm using teechart6 in asp page and trying to make my colorgrid to show as irregular grid. I can make this work just fine in Visual Basic, but it doesn't seem to work in asp.

Code: Select all

  Chart1.Panel.Gradient.Visible=True
  Chart1.Series(0).asColorGrid.irregularGrid=true
  Chart1.Series(0).asColorGrid.Pen.Visible=false
i'm using this to display the chart as picture to client

Code: Select all

  OutputStream=Chart1.Export.asPNG.SaveToStream
  Response.Binarywrite OutputStream
When i run the page that's suppose to create the chart it freezes my webserver for quite awhile, but doesn't load the page or give any error message.

-Matti

Posted: Tue Jan 11, 2005 10:22 am
by Pep
Hi Matti,

could you please post an example into the steema.public.attachments newsgroup with which we can reproduce "as is" the problem here ?