I have a bunch of charts and I'd like to zoom them all to highlight series at value x +- range based on an event not originating from within the charts.
If I'm reading it correctly all zooming chart methods such as chart::zoomInDomain
take screen coordinates. So what I'm looking for is a way to either translate the x domain value to the screen coordinates in the chart or find an alternative way to zoom based on series values.