JFreeChart: how to get coordinates of an XYItemEntity? [duplicate]
问题 This question already has an answer here : JFreeChart:how to get coordinates of a ChartEntity and snap mouse cursor to the top of it? (1 answer) Closed 4 years ago . I've been stuck with this problem for quite some time. I need coordinates of certain points that belong to XYItemEntity. I'm drawing candlestick charts, and want to know what are the coordinates of open, close, high, low prices of the item. Is there any way to achieve that? EDIT: The question is similar to this one: https:/