Easy Chart Zoom Start/End Time

Is there any way on the easy chart component to get the start / end time for a zoomed in section of a plot?

yep:

chart=event.source.....(get the chart) zoomStart = chart.getZoomedStartDate() zoomEnd = chart.getZoomedEndDate()

Awesome! A gold star for you, sir!

A post was split to a new topic: Easy Chart Java Documentation