Hello all,
I am using TChart in MS Visual Studio (C++).
I want to configure the list of available series that a user can add. When the user clicks on the "Add" button from the TeeEditor dialog, they have the option of "Line", "Bar", "Horiz bar", etc available from the "Gallery". Can I enable/disable these series types? I only want the user to be able to add series that I have pre-defined the code for.
I have explored the CTeeEditorOptions and CTeeEditorShowPages classes, but cannot find out if I can enable/disable series types once the user has clicked on the "Add" button.
Hope this makes sense.
Thanks in advance for any help.
Tony.
TeeEditor question (series types).
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Tony,
I'm afraid this is not possible for now. I will add your request to the wish-list to be considered for inclusion in future releases. In the meantime you could create your own dialog providing the series you want to let your users add.
I'm afraid this is not possible for now. I will add your request to the wish-list to be considered for inclusion in future releases. In the meantime you could create your own dialog providing the series you want to let your users add.
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 |