Filtering Series in ChartEditorPanel Gallery

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
b.e
Newbie
Newbie
Posts: 2
Joined: Wed Oct 01, 2008 12:00 am

Filtering Series in ChartEditorPanel Gallery

Post by b.e » Wed Oct 29, 2008 6:05 pm

I'm using a TChartEditorPanel to provide my users the capability of customize the series a chartof my application. They cannont add new series, but change actual series in chart.
When they press che Change button they can change the series type through the ChartGallery dialog, but I would like to show only a limited set of them.
How to show only the Standard tab in the TeeChart Gallery dialog?

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 Oct 30, 2008 10:06 am

Hi b.e,

If you don't add any series related unit at the uses section you'll only get standar series in the chart editor panel. Which TeeChart related units do you have in the uses section?
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

b.e
Newbie
Newbie
Posts: 2
Joined: Wed Oct 01, 2008 12:00 am

Post by b.e » Thu Oct 30, 2008 10:33 am

I'm using :

TeeEdit, TeEngine, Series, Chart, TeeComma, TeeStore, TeeProcs, TeeItalian, TeeGerman;

With this units at runtime I can see all the series types, but I would like to show only the standard tab.

Thanks

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 Nov 03, 2008 2:09 pm

Hi b.e,

This can not be done directly. We will add your request to the wish-list to be considered for inclusion in next releases. In the meantime you can create your own custom gallery as shown in the examples at All Features\Welcome!\Components\Gallery in the new features demo, available at TeeChart's program group.
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

Post Reply