Number of visible DateAxis points?

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.

Number of visible DateAxis points?

Post by dunabur » Wed Aug 16, 2017 8:20 pm

Let's say I have a DateAxis domainAxis. That dataset contains 10 days. I set a new range with domainAxis.setRange(), now containing less days. How can I find out how many data points / days are in that new Range?

Thanks!

brentclark2003
Posts: 1
Joined: Thu May 25, 2017 8:39 am
antibot: No, of course not.

Re: Number of visible DateAxis points?

Post by brentclark2003 » Wed Aug 23, 2017 2:51 am

Hmm. I have the same question as you. Please let me know if you got an answer :d

Locked