Odd Behavior for chartData2d GetEntriesWithXValue

If you call GetEntriesWithXValue it returns the point [X,Y]

If you call Get EntriesWithXValue and SelectItemList is just returns Y.

This does seem to be intended behavior.

(from Charts)

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.