TThemesList.Theme
 
 
 

All Units  All Classes  Properties, Methods and Events  

TThemesList.Theme
TThemesList

property Theme[Index: Integer]: TChartThemeClass;

Unit
TeeThemes

Description
Returns the TChartTheme class reference for the Index theme in the list.

Example:

Uses TeeThemes;
var t : TChartThemeClass;
tmp : TChartTheme;
t:=ChartThemes[2];
tmp:=t.Create(Chart1);
tmp.Apply;
tmp.Free;






Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.