Search found 2 matches

by promagma
Mon Jul 20, 2009 6:58 am
Forum: JFreeChart
Topic: any alternative to segmentedTimeline
Replies: 3
Views: 4283

Re: any alternative to segmentedTimeline

It is kind of weird, I think for it to actually work you have to call addBaseTimelineExclusions after setting the base timeline.

For performance, maybe this will help

http://www.jfree.org/phpBB2/viewtopic.p ... 25&p=79506
by promagma
Mon Jul 20, 2009 6:58 am
Forum: JFreeChart - Stockmarket
Topic: Profiling SegmentedTimeline
Replies: 2
Views: 10130

Re: Profiling SegmentedTimeline

SegmentedTimeline is very slow .... I wanted to post my experiences, hopefully it can help someone. It causes things to run something like 10 or 20 times slower. I have a dynamic plot, so speed is critical. I tried the "FAST" classes for dynamic updates. Optimized to the bone .... it was faster, but...