Alternate Gallery

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
alexiat
Newbie
Newbie
Posts: 10
Joined: Fri Nov 15, 2002 12:00 am

Alternate Gallery

Post by alexiat » Wed Aug 27, 2008 8:20 pm

I am a true newbie at this so I apologize if this is a really stupid question.

When you have an alternate gallery displayed and a user selects, say, a bar graph|pyramid, how do you retrieve this from the TeeGalleryForm?

If I use Gallery.ChartGalleryPanel.SelectedChart[0] I can get the "bar graph" part but how do I retrieve that the user wants the "pyramid" selection?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Aug 28, 2008 8:49 am

Hi alexiat,

I'm afraid this is not possible because chart styles in subgalleries are not classes, they are just parent series classes with some specific properties settings.
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

alexiat
Newbie
Newbie
Posts: 10
Joined: Fri Nov 15, 2002 12:00 am

Post by alexiat » Thu Aug 28, 2008 11:29 am

Thanks for the reply. Good to know so I didn't keep trying to figure it out! Will change over to the regular gallery (which is really cool too). So much to learn...

Post Reply