Search found 8 matches

by ITI
Fri Jun 26, 2009 1:54 pm
Forum: ActiveX
Topic: problem with grid lines on logarithmic chart
Replies: 7
Views: 8539

Re: problem with grid lines on logarithmic chart

Thanks for checking into it. I guess we will just have to live with it for now.
by ITI
Thu Jun 25, 2009 3:54 pm
Forum: ActiveX
Topic: problem with grid lines on logarithmic chart
Replies: 7
Views: 8539

Re: problem with grid lines on logarithmic chart

Well, you did say to post the "complete" code. :) Here is a stripped down version. I've removed all the include files (except for the TeeChart constants file) and recordset references. After a lot of testing, I think the problem occurs when I add series inside a loop. I've attached a screen capture ...
by ITI
Tue Jun 23, 2009 3:39 pm
Forum: ActiveX
Topic: problem with grid lines on logarithmic chart
Replies: 7
Views: 8539

Re: problem with grid lines on logarithmic chart

I've previously made a log/log chart in VB without a problem. But right now the problem I'm having is with ASP, not VB. I'm using teechart7.ocx version 7.0.1.4, which is installed on our server. Here is my code. There are two ASP pages - one to create the chart and save to stream, one page to displa...
by ITI
Tue Jun 23, 2009 2:01 pm
Forum: ActiveX
Topic: problem with grid lines on logarithmic chart
Replies: 7
Views: 8539

Re: problem with grid lines on logarithmic chart

I've uploaded a screen shot showing the issue with the grid lines. The minor grid lines for 3, 4 and 7 are noticably thicker.
by ITI
Tue Jun 23, 2009 1:57 pm
Forum: ActiveX
Topic: problem with grid lines on logarithmic chart
Replies: 7
Views: 8539

problem with grid lines on logarithmic chart

I created a logarithmic chart with solid major and minor grid lines on an ASP page. For some reason, a few of the minor grid lines come out much thicker than the others, even though I have specified the pen width. What can I do to solve the issue? Is this a bug? Here is my code for setting the chart...
by ITI
Thu May 21, 2009 1:26 pm
Forum: ActiveX
Topic: Draw line on canvas using VBScript/ASP
Replies: 5
Views: 9663

still no line

This is not working for me. Please see the code below. I am using the code from example ADOTeeChart7.asp. I added the event code above the head as you suggested (I changed the name from TChart1 to Chart since that is the name of the object. When I run it, I am not getting a line on the canvas. <!--M...
by ITI
Wed May 20, 2009 2:23 pm
Forum: ActiveX
Topic: Draw line on canvas using VBScript/ASP
Replies: 5
Views: 9663

drawing a line on a chart

Thank you for the information about the correct event to use. But you do not say where the script should go - in the head, in the body, before the head. I've tried putting the code everywhere but the event does not seem to be triggered. Using the sample code I posted, can you show where your code sh...
by ITI
Tue May 19, 2009 6:15 pm
Forum: ActiveX
Topic: Draw line on canvas using VBScript/ASP
Replies: 5
Views: 9663

Draw line on canvas using VBScript/ASP

I created a webpage using similar code to the Tee Chart example shown below. Now I need to draw a line on the canvas. I've used Tee Chart with VB6 but this is the first time I've used it with ASP. I know the canvas drawing code needs to be in the OnBeforeDrawSeries event. But where do I put the sub?...