Event on Time Series chart in Perspective

Hi all,
I am using Time series component in perspective. I want to trigger script when double click on chart.
I am able to read data using double click component event, but this data is from props--series--data (which returns whole data present on chart). I am interested in data for selected region on the chart, so that I can use it in my script. Is there any solution available to fetch legend specific data?