Search found 5 matches

by Scott Small
Wed Aug 30, 2006 9:59 pm
Forum: ActiveX
Topic: How do I get the absolute X coordinate of an asTeeCursor?
Replies: 1
Views: 3484

How do I get the absolute X coordinate of an asTeeCursor?

I am displaying mulitple asTeeCursors in my trend; along with the Cursors, I am displaying some associated text (using canvas textout) positioned next to the Cursor. When I move the cursor, the text moves along with the cursor, which is exactly what I want it to do. However, the issue that I am havi...
by Scott Small
Wed Apr 12, 2006 8:32 pm
Forum: ActiveX
Topic: Unable to keep vertical asTeeCursor object stationary
Replies: 1
Views: 3002

Unable to keep vertical asTeeCursor object stationary

I am using TeeChart ActiveX (version 7.0.0.4) in an HTML page and am using the asTeeCursor object to provide some vertical cursors. I am able to add then number of vertical cursors as well a move them thru drag/drop of the cursor object. I am using a basic trend with X-Y axis, where X is the time ax...
by Scott Small
Mon Jan 30, 2006 10:58 pm
Forum: ActiveX
Topic: Adding TCHART object to HTML page using JSCRIPT
Replies: 3
Views: 5526

Thanks for the reply. The code that you supplied works as long as the the TChart control does not have to be added within another object, for instance within a cell of a table. I modified the code as follows, in attempting to place the TChart object within the table cell: <HTML> <HEAD> <SCRIPT> func...
by Scott Small
Mon Jan 16, 2006 11:36 pm
Forum: ActiveX
Topic: Adding TCHART object to HTML page using JSCRIPT
Replies: 3
Views: 5526

Adding TCHART object to HTML page using JSCRIPT

Due to a lawsuit that Microsoft lost, Microsoft will be modifying IE to perform the following: (http://www.eweek.com/article2/0,1895,1895907,00.asp?kc=ewnwsMMDDYYdtx1k0000599) IE changes will be implemented and to warn developers that users won't be able to directly interact with Microsoft ActiveX c...
by Scott Small
Fri Oct 07, 2005 9:01 pm
Forum: ActiveX
Topic: How do I make Series not visible in 3D Charts?
Replies: 1
Views: 3206

How do I make Series not visible in 3D Charts?

I have added the ability for a user to be able to show/hide trace lines. This works great when the chart is in 2D mode; however, when in 3D mode the line representation still is visible. When in 3D mode, making the line not visible, the black lines that represent the individual values are removed, b...