TeeEditor question (series types).

TeeChart for ActiveX, COM and ASP
Post Reply
TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

TeeEditor question (series types).

Post by TonyVSUK » Fri Apr 03, 2009 3:36 pm

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.

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 Apr 06, 2009 1:41 pm

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

TonyVSUK
Advanced
Posts: 163
Joined: Wed Mar 01, 2006 12:00 am

Post by TonyVSUK » Mon Apr 06, 2009 3:10 pm

Thanks.

The ability to control the gallery at runtime would be really useful to me. I would prefer to keep the gallery as it looks really good, but not all of the series types are applicable to what I allow the user to do.

Tony.

Post Reply