I want to get an element by specifying the point values in page.
var point = this.svgRenderer.getPoint(serPoint, chart);
This will return exact point location of the page. That point contains some SVG element either circle or rectangle or image or other elements. I want to get the element based on the point location. Is this possible?