TChartGalleryPanel.CreateChartList
 
 
 

All Units  All Classes  Properties, Methods and Events  

TChartGalleryPanel.CreateChartList
TChartGalleryPanel

procedure CreateChartList(ASeriesList: array of TChartSeriesClass);

Unit
TeeGalleryPanel

Description
This method adds a group of mini Charts (Series Types) to the Gallery Panel. The order in the Panel respects the order with which you add the Series types.

Example

Uses Chart, Series;

ChartGalleryPanel1.CreateChartList([TBarSeries,TLineSeries,TPieSeries,TFastLineSeries,TAreaSeries]);




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