Getting data displayed by setting setRange()?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
dunabur
Posts: 19
Joined: Sat Jun 24, 2017 12:05 pm
antibot: No, of course not.

Getting data displayed by setting setRange()?

Post by dunabur » Mon May 14, 2018 1:03 pm

I have a CandlestickRenderer chart using OHLCSeries with a custom DateRange by using domainAxis.setRange(). So this means that only part of the data is displayed.

I would like to get only the data that is displayed for computation. How do I do that?

Thanks!

Locked