TChartValueLists.ValueList
TChartValueLists
property ValueList[Index: Integer]: TChartValueList;
Unit
TeEngine
Description
Access the ValueList by index. In most situations this is not necessary as ValueLists may be accessed by name.
eg.
ShowMessage(FloatToStr(Series1.XValues.Maximum));