TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
Narcís
- 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.
-
UnKnown
- 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

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

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