Make chart an imagelink
-
- Newbie
- Posts: 16
- Joined: Fri Apr 16, 2004 4:00 am
- Location: Chicago
- Contact:
Make chart an imagelink
Is there an easy way to make a webchart into an image link? Click anywhere and be taken to http://www.foobar.com? Seems like a simple concept, but noone seems to have every asked this question before.
Hi Brian,
you can open an IE when the user clicks over the Chart using the OnClick Chart event. I've not tried to find the code to open an IE from a WinForm but surely can be done.
you can open an IE when the user clicks over the Chart using the OnClick Chart event. I've not tried to find the code to open an IE from a WinForm but surely can be done.
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 16
- Joined: Fri Apr 16, 2004 4:00 am
- Location: Chicago
- Contact:
Hi Brian,
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\WebForm
Yes, you can see one example which show you the use of the events (OnClick event) under :It is a webchart on an asp.net webpart. The only problem is an onclick would require a postback and a server.transfer, no?
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\WebForm
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 16
- Joined: Fri Apr 16, 2004 4:00 am
- Location: Chicago
- Contact:
Hi Brian,
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\ASPStream
yes, you can see one example of this under :Rather than make another round trip to the server, can I just render my chart manually by creating an image tag and adding the url of the image?
C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\ASPStream
Pep Jorge
http://support.steema.com
http://support.steema.com