Page 1 of 1

Filtering Series in ChartEditorPanel Gallery

Posted: Wed Oct 29, 2008 6:05 pm
by 10550453
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?

Posted: Thu Oct 30, 2008 10:06 am
by narcis
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?

Posted: Thu Oct 30, 2008 10:33 am
by 10550453
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

Posted: Mon Nov 03, 2008 2:09 pm
by narcis
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.