If you call GetEntriesWithXValue it returns the point [X,Y]
If you call Get EntriesWithXValue and SelectItemList is just returns Y.
If you call GetEntriesWithXValue it returns the point [X,Y]
If you call Get EntriesWithXValue and SelectItemList is just returns Y.
GetEntriesWithXValue returns the point in one case and the y value when combined with selectitemfrom list. It should be consistent.
...because the method returns a list; selecting an item from a list will return the item at that index.