Search found 3 matches

by tharter
Wed Jun 11, 2008 8:48 pm
Forum: JFreeChart - Stockmarket
Topic: Kagi, Renko, Points and figures and Equivolume charts
Replies: 2
Views: 11988

P&F is not a TIME based chart

In fact the meaning of the domain axis in a P&F chart just means 'there was a change in market behavior here'. I'd just use a numerical axis for both range and domain since the domain has no fixed relation to passage of time. Traditionally P&F charts I've seen don't even label the domain axis. The R...
by tharter
Wed Jun 11, 2008 8:05 pm
Forum: JFreeChart
Topic: Stacking values from the same series
Replies: 5
Views: 4330

Summarize

I think you are going to have to do the math yourself to come up with a single series of data which is what you want. The charting code is really intended to chart data, not process it. So every value in the series is going to be plotted individually. My solution to the somewhat similar situation is...
by tharter
Mon Jun 09, 2008 7:53 pm
Forum: JFreeChart
Topic: To Those Who Use JFreeChart for Dynamic Plotting/Large Sets
Replies: 100
Views: 172932

For us RCP guys, TooltipChartComposite!

This is just a Frankensteining of the relevant parts of TooltipChartPanel into the ChartComposite to create, wallah!, TooltipChartComposite. I got FastXYPlot working, and that definitely helped rendering speed (20k point Candlestick, still pretty slow, but now down to under 10 seconds on my E6600 1....