Search found 5 matches
- Thu Feb 23, 2012 7:46 pm
- Forum: Java
- Topic: Forcing Timezone
- Replies: 1
- Views: 6923
Forcing Timezone
We are using TeeChart as a Java applet, and we are currently adding to a series by adding a pair of date and value for line charts, specifically public int add(DateTime x, double y) Internally it adds the time in milliseconds to the Series, but when the chart is rendered to the user, it is adjusted ...
- Thu Oct 07, 2010 4:18 pm
- Forum: ActiveX
- Topic: Including GridBand Tool
- Replies: 6
- Views: 8418
Re: Including GridBand Tool
Yes that worked!
Thank you very much Narcis for all your feedback. It's very much appreciated
Thank you very much Narcis for all your feedback. It's very much appreciated
- Thu Sep 30, 2010 1:32 pm
- Forum: ActiveX
- Topic: Including GridBand Tool
- Replies: 6
- Views: 8418
Re: Including GridBand Tool
Hello Narcis thank you for your response. Unfortunately I need this to be all in HTML and vbScript (no ASP). I was able to come up with a trimmed down html page as a better example: <html><head><title>GridBand chart</title></head> <body> <script language="VBScript"> Sub Window_onload() With TChart0 ...
- Wed Sep 29, 2010 12:53 pm
- Forum: ActiveX
- Topic: Including GridBand Tool
- Replies: 6
- Views: 8418
Re: Including GridBand Tool
Thanks for your suggestion Narcís. After making that change I'm getting this: Object required: 'Axis' Also I noticed that it added the Cursor tool (maybe it was added by default because GridBand Tool in vbScript it's not called 'tcGridBand'?) Can anyone post an example HTML page with a chart with Gr...
- Mon Sep 27, 2010 3:33 pm
- Forum: ActiveX
- Topic: Including GridBand Tool
- Replies: 6
- Views: 8418
Including GridBand Tool
I'm trying to add the GridBand Tool to a VBScript, but the docs show examples for visual basic. Here's the code I have: HTML (object within a table cell): <object id="TChart1" CODEBASE="/chart/teechart7.cab#Version=7,0,0,0" TYPE="application/x-oleobject" width="100%" height="100%" classid="CLSID:FAB...