TChartGalleryPanel.UseTheme

TChartGalleryPanel.UseTheme
TChartGalleryPanel

procedure UseTheme(Const Theme: TChartThemeClass);

Unit
TeeGalleryPanel

Description
The Gallery panel will apply the Theme parameter to all currently displayed charts.

This is equivalent to calling the Theme ApplyTo method to all charts in the gallery chart list.

uses TeeThemes;
GalleryPanel1.UseTheme( TExcelTheme );