Search found 7 matches

by JF
Mon Jan 19, 2009 12:17 pm
Forum: ActiveX
Topic: Zooming with Custom Axis
Replies: 5
Views: 7627

That does work, but would be good if someone could tell me how to zoom on individual series
by JF
Mon Jan 19, 2009 11:59 am
Forum: ActiveX
Topic: Zooming with Custom Axis
Replies: 5
Views: 7627

Using the example you showed me,

I have set the min and max of my custom axis to the min and max of the Left axis in the OnZoom property

and in the OnUndoZoom set the custom back to Automatic.

Seems to work ok - still testing !!!
by JF
Mon Jan 19, 2009 11:50 am
Forum: ActiveX
Topic: Zooming with Custom Axis
Replies: 5
Views: 7627

Thanks for quick response but I don't have

chart.IZoom.Y1

I have chart.Zoom but not y1.....

I also don't have GetVertAxis.

Any help is gratefully recieved.....:)
by JF
Mon Jan 19, 2009 11:13 am
Forum: ActiveX
Topic: Zooming with Custom Axis
Replies: 5
Views: 7627

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.
by JF
Mon Jul 07, 2008 2:10 pm
Forum: ActiveX
Topic: LoadFromURL Programmable in ASP
Replies: 1
Views: 3115

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?????
by JF
Mon Jul 07, 2008 11:03 am
Forum: ActiveX
Topic: TeeChart Pro v6 with ASP.net WEB
Replies: 3
Views: 4837

Thanks, I put the object code into my aspx page but it still don't give the option to install activex......If I add the teechart6cab.htm page and run that it does ask to install.

Am I missing something?
by JF
Tue Jul 01, 2008 12:44 pm
Forum: ActiveX
Topic: TeeChart Pro v6 with ASP.net WEB
Replies: 3
Views: 4837

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