Search found 4 matches

by Ted
Thu Aug 19, 2004 6:55 pm
Forum: JFreeChart
Topic: HOW to show values in bar chart
Replies: 8
Views: 7365

Anonymous wrote:Will this work for 3d bar charts?
Have you tried?
by Ted
Tue Aug 10, 2004 11:13 am
Forum: JFreeChart
Topic: CandlestickRenderer - volume layout
Replies: 0
Views: 1878

CandlestickRenderer - volume layout

I am using the CandlestickRenderer for displaying financial data. So far, everything is fine. However, I didn't like that the volume drawn is always using the full height of the plot, so I copied the renderer into my project and modified draw() to use only a percentage of the available plot height. ...
by Ted
Tue Mar 30, 2004 11:56 am
Forum: JFreeChart - Stockmarket
Topic: Point & Figure Charts
Replies: 0
Views: 7794

Point & Figure Charts

Hi everybody! I want to chart Point&Figure charts using JFreelib. For an example of how they look like, look here http://stockcharts.com/def/servlet/SC.pnf?c=emc,P (there's a nice applet available as well there; click on "Dynamic") One way to look at such a chart is to see it as a XY table with "X",...
by Ted
Mon Mar 29, 2004 6:17 pm
Forum: JFreeChart
Topic: SymbolicAxis for XYPlot
Replies: 1
Views: 2641

SymbolicAxis for XYPlot

I am trying to do something which is presumably very simple. But I remain successful in failing :? I have extended AbstractSeriesDataset to represent my own data and implemented both the XYDataset and YisSymbolic. The plot itself is fine, but I fail to get the Y-axis labels like I need them. What I ...