Search found 5 matches

by uptime
Thu Feb 23, 2012 7:46 pm
Forum: Java
Topic: Forcing Timezone
Replies: 1
Views: 6180

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 ...
by uptime
Thu Oct 07, 2010 4:18 pm
Forum: ActiveX
Topic: Including GridBand Tool
Replies: 6
Views: 7547

Re: Including GridBand Tool

Yes that worked!

Thank you very much Narcis for all your feedback. It's very much appreciated :)
by uptime
Thu Sep 30, 2010 1:32 pm
Forum: ActiveX
Topic: Including GridBand Tool
Replies: 6
Views: 7547

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 ...
by uptime
Wed Sep 29, 2010 12:53 pm
Forum: ActiveX
Topic: Including GridBand Tool
Replies: 6
Views: 7547

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...
by uptime
Mon Sep 27, 2010 3:33 pm
Forum: ActiveX
Topic: Including GridBand Tool
Replies: 6
Views: 7547

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...