Page 1 of 1

ChartEditor and Theme

Posted: Wed Sep 03, 2008 9:49 pm
by 5890344
VCL Pro edition with Delphi 2007. Is there a way to hide the Themes tab in the ChartEditor? If not, is there a way to snag what theme and/or palette was applied from the ChartEditor?

Thanks.

Posted: Thu Sep 04, 2008 8:16 am
by narcis
Hi alexiat,

At runtime, if you don't include unit TeeThemeEditor in your unit you won't have Themes tab in the editor.

Posted: Thu Sep 04, 2008 11:38 am
by 5890344
I want the Theme editor, I just already have it in a floating gallery window and didn't want it in 2 places. Is there any way to know what the user may have selected in the ChartEditor?

Posted: Mon Sep 08, 2008 10:36 am
by narcis
Hi alexiat,

This is not possible for now. It's on our wish-list to be considered for inclusion in future releases. In the meantime, the only solution is that you implement your own theme selection editor and save the theme that has been chosen. You'll find a theme selection example at All Features\Welcome!\Aspect\Chart Themes in the new features demo available at TeeChart's program group.

Hope this helps!