Hello.
I am using TeeChart ActiveX version 5 in a web application. I have been testing the web with IE7 release candidate 1 and can not get it to work! I can open the dialogs but I can not load the chart from vbscript using axChart.Import.LoadFromURL(chartDataUrl)! Please advice!
Search found 9 matches
- Mon Oct 16, 2006 5:42 pm
- Forum: ActiveX
- Topic: Internet Explorer 7 and TeeChart version 5
- Replies: 5
- Views: 15210
- Mon Apr 19, 2004 2:27 pm
- Forum: ActiveX
- Topic: Displaying values under Vertical cursor, Locate inaccurate
- Replies: 2
- Views: 6540
- Mon Apr 19, 2004 2:25 pm
- Forum: ActiveX
- Topic: Displaying values under Vertical cursor, Locate inaccurate
- Replies: 2
- Views: 6540
My mistake, there where milliseconds difference
Sorry about this.
- Mon Apr 19, 2004 11:34 am
- Forum: ActiveX
- Topic: Displaying values under Vertical cursor, Locate inaccurate
- Replies: 2
- Views: 6540
Displaying values under Vertical cursor, Locate inaccurate
Hello. I am using the Cursor Tool to display series values. I use the OnCursorToolChange event to change the values displayed (added behind the series titles in the legend). Sub axChart_OnCursorToolChange(Tool, X , Y ,XVal,YVal, Series, ValueIndex) With axChart .SubFooter.Visible = True .SubFooter.T...
- Fri Apr 16, 2004 1:54 pm
- Forum: ActiveX
- Topic: Is OnCursorToolChange not accessible in VBScript?
- Replies: 1
- Views: 5066
Re:Is OnCursorToolChange not accessible in VBScript?
Found the problem. I had the signature wrong, Should be:
Sub axChart_OnCursorToolChange(Tool, X , Y ,XVal,YVal, Series ,ValueIndex)
Thanks anyway.
Sub axChart_OnCursorToolChange(Tool, X , Y ,XVal,YVal, Series ,ValueIndex)
Thanks anyway.
- Fri Apr 16, 2004 1:13 pm
- Forum: ActiveX
- Topic: Is OnCursorToolChange not accessible in VBScript?
- Replies: 1
- Views: 5066
Is OnCursorToolChange not accessible in VBScript?
I am using version 5,0,5 and do not seem to get access to the OnCursorToolChange event. The script is following: Sub axChart_OnCursorToolChange() MsgBox "axChart_OnCursortToolChange" End Sub I similar event handler for the OnNearestToolChange event works fine: Sub axChart_OnNearestToolChange() MsgBo...
- Fri Apr 16, 2004 10:38 am
- Forum: ActiveX
- Topic: Can te widht of the legend box be found?
- Replies: 1
- Views: 5064
Can te widht of the legend box be found?
Hello.
I need to right align the legend box in the charts right upper corner. To do so I need to know the legend width to be able to calculate the desired Legend.Left. Can the with be found in code?
Best Regards,
Ragnar
I need to right align the legend box in the charts right upper corner. To do so I need to know the legend width to be able to calculate the desired Legend.Left. Can the with be found in code?
Best Regards,
Ragnar
- Wed Mar 24, 2004 1:19 pm
- Forum: ActiveX
- Topic: Catastrophic failure trying to export PNG in ASP.NET
- Replies: 2
- Views: 6871
Exporting to Gif works but Png not!
I have made the ASP.NET app configurable to use either gif or png and the Gif. The Gif works fine but the Png not! Is this a bug?
- Wed Mar 24, 2004 11:54 am
- Forum: ActiveX
- Topic: Catastrophic failure trying to export PNG in ASP.NET
- Replies: 2
- Views: 6871
Catastrophic failure trying to export PNG in ASP.NET
Hello. I am having problems at one of my customers site. The ASP.NET app is using AX V.5 pro and can export Native to stream but not PNG. Both of the following line results in this error: Return CType(mChart.Export.asPNG.SaveToStream, Byte()) mChart.Export.asPNG.SaveToFile(imgName) The latter create...