Search found 7 matches
- Mon Jan 19, 2009 12:17 pm
- Forum: ActiveX
- Topic: Zooming with Custom Axis
- Replies: 5
- Views: 7672
- Mon Jan 19, 2009 11:59 am
- Forum: ActiveX
- Topic: Zooming with Custom Axis
- Replies: 5
- Views: 7672
- Mon Jan 19, 2009 11:50 am
- Forum: ActiveX
- Topic: Zooming with Custom Axis
- Replies: 5
- Views: 7672
- Mon Jan 19, 2009 11:13 am
- Forum: ActiveX
- Topic: Zooming with Custom Axis
- Replies: 5
- Views: 7672
Zooming with Custom Axis
Using TeeChart V6 Active X with VB.net
I have a project with a Vertical and Horizontal axis. I have added a custom axis and when the user zooms on the graph I want all the axis to zoom. Currently I zoom and only the vertical axis zooms.
I have a project with a Vertical and Horizontal axis. I have added a custom axis and when the user zooms on the graph I want all the axis to zoom. Currently I zoom and only the vertical axis zooms.
- Mon Jul 07, 2008 2:10 pm
- Forum: ActiveX
- Topic: LoadFromURL Programmable in ASP
- Replies: 1
- Views: 3143
LoadFromURL Programmable in ASP
Here I am again.....
I have code in my .aspx form that states,
sub Window_onload()
chart.import.loadfromurl("http://.......")
end sub
I need this to be programmable but if I put a variable in it's place I get a runtime error. Error Code 87 downloading Chart from URL
Any Ideas?????
I have code in my .aspx form that states,
sub Window_onload()
chart.import.loadfromurl("http://.......")
end sub
I need this to be programmable but if I put a variable in it's place I get a runtime error. Error Code 87 downloading Chart from URL
Any Ideas?????
- Mon Jul 07, 2008 11:03 am
- Forum: ActiveX
- Topic: TeeChart Pro v6 with ASP.net WEB
- Replies: 3
- Views: 4853
- Tue Jul 01, 2008 12:44 pm
- Forum: ActiveX
- Topic: TeeChart Pro v6 with ASP.net WEB
- Replies: 3
- Views: 4853
TeeChart Pro v6 with ASP.net WEB
1st time on forum, so will do my best. I have created a basic ASP.net website using visual studio V2005 and have put a graph on a form. When I view the page on my pc it works fine, but when I use another PC on the network to view the site I can only see a square box with a little red x on the top ri...