TeEngine.TChartSeries.GetYValueList
 
 
 


TChartSeries.GetYValueList
TChartSeries

function GetYValueList(Const AListName: String): TChartValueList; virtual;

Unit
TeEngine

Description
All Series types have at least the TChartSeries.XValues and TChartSeries.YValues ValueLists. Some Series have more ValueLists. For example, TCandleSeries have the "Close", "High" and "Low" valuelists. You can access these ValueLists by name using the above function:

tmp := CandleSeries1.GetYValueList( 'HIGH' ).MaxValue ;

This can be useful if you're doing generic functions.




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