Search found 1 match
- Thu Nov 08, 2018 9:04 am
- Forum: JFreeChart
- Topic: Alternative for SegmentedTimeLine in version 1.5
- Replies: 0
- Views: 11348
Alternative for SegmentedTimeLine in version 1.5
Hi, in version 1.5 the SegmentedTimeLine class has been removed. Is it still possible to implement this functionality somehow? I tried to exclude a range of dates with a customized implementation of the timeline interface (via containsDomainValue). But only the labels on the x-axis are gone, but the...