TChartSeries.GetYValueList
 
 
 

All Units  All Classes  Properties, Methods and Events  

TChartSeries.GetYValueList
TChartSeries

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

Unit
TeEngine

Description
All Series types have at least the XValues and YValues ValueLists. Some Series have more ValueLists. For example, CandleSeries 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-2013 © by Steema Software. All Rights Reserved.