Hi,
I need to have Chart property in WebChart like it is in TChart control. Is it possible? Currently, we create a customed Chart that inherited from Chart. Now it is not possible to use in WebChart since there is no Chart property for assigning it. Hope you can help me. Thanks.
Best regards,
- Erison
Why there is no Chart property in WebChart?
-
- Newbie
- Posts: 11
- Joined: Wed May 23, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Erison,
Yes, Chart property exists but it's read-only. We added write support for it for the next maintenance release.
Yes, Chart property exists but it's read-only. We added write support for it for the next maintenance release.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Erison,
As an update, we don't advise using the Chart property for such purposes as caused designer failure with invalid tag in IDE. We have added SetChart method for this purpose for the next release which will be published in the next 2/3 working days.
As an update, we don't advise using the Chart property for such purposes as caused designer failure with invalid tag in IDE. We have added SetChart method for this purpose for the next release which will be published in the next 2/3 working days.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 11
- Joined: Wed May 23, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Erison,
No, SetChart has only been implemented for WebChart. Using TChart in WinForms, Chart property can already be set.
No, SetChart has only been implemented for WebChart. Using TChart in WinForms, Chart property can already be set.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |