ASP and IrregularGrid problem.

TeeChart for ActiveX, COM and ASP
Post Reply
NeoCodex
Newbie
Newbie
Posts: 7
Joined: Wed May 05, 2004 4:00 am
Location: Finland
Contact:

ASP and IrregularGrid problem.

Post by NeoCodex » Tue Jan 11, 2005 7:20 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Jan 11, 2005 10:22 am

Hi Matti,

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

Post Reply