Zoom tool

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
UnKnown
Newbie
Newbie
Posts: 11
Joined: Mon Mar 03, 2008 12:00 am

Zoom tool

Post by UnKnown » Mon Sep 22, 2008 3:57 am

I try to use zoom tool by follow up your sample on http://www.steema.net/TeeChartForNet/ but i fond an error as shown but I cannot solve this problem

ImageImage
Thanks,

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Sep 22, 2008 10:51 am

Hi UnKnown,

Could you please send us a simple example project we can run "as-is" to reproduce the problem here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

UnKnown
Newbie
Newbie
Posts: 11
Joined: Mon Mar 03, 2008 12:00 am

Post by UnKnown » Tue Sep 23, 2008 2:06 am

Hi Narcís,
I already upload my file to your upload page....I think I might make some mistake...
File name: TEST.WEB.zip

Thank you so much ....

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Sep 23, 2008 9:55 am

Hello,

Thanks for the example. The problem is that the Width and Height of the Chart need to be recognised at zoom time. Please set width and height via the Style option when right-clicking on the Chart on the WebForm.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

UnKnown
Newbie
Newbie
Posts: 11
Joined: Mon Mar 03, 2008 12:00 am

Post by UnKnown » Tue Sep 23, 2008 10:09 am

Hello,
Thanks for your solution. But i still don't know how to set "Please set width and height via the Style option when right-clicking on the Chart on the WebForm." Please give me a sample code (Do i have to adding some code that i have copy from your example "Zooming on WebForm"??)

Thanks,

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Sep 23, 2008 10:13 am

Hello,

At designtime resize the WebChart component, this will automatically add width and height attributes to the code.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

UnKnown
Newbie
Newbie
Posts: 11
Joined: Mon Mar 03, 2008 12:00 am

Post by UnKnown » Tue Sep 23, 2008 10:15 am

Thank you so much....I will try

Post Reply