GetGallerySeriesName function
function GetGallerySeriesName(Const ASeries: TChartSeries): String;
Unit
Chart
Description
Returns the textual representation of a given ASeries parameter.
This text is used at the Chart TTeeGalleryForm and Chart editor dialog to identify the series class.
(ie: it returns "Bar" for a TBarSeries object)