TChartGalleryPanel.CreateChartList

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]);