Search found 4 matches

by dsambhar
Fri Aug 10, 2012 6:05 am
Forum: JFreeChart - Stockmarket
Topic: [Solved]CombinedDomainXYPlot: Domain Axis Data points issue
Replies: 1
Views: 30041

Re: [Solved]CombinedDomainXYPlot: Domain Axis Data points is

Used setLowerMargin() and setUpperMargin() function on axis.
by dsambhar
Thu Aug 09, 2012 8:55 am
Forum: JFreeChart - Stockmarket
Topic: [Solved]CombinedDomainXYPlot: Domain Axis Data points issue
Replies: 1
Views: 30041

[Solved]CombinedDomainXYPlot: Domain Axis Data points issue

I am drawing Price and volume movement against time for a stock in CombinedDomainXYPlot. Price chart has 50 & 200 Day moving average drawn as line and volume chart only have 50 day moving average. The issue is when I am drawing chart for Jul 8th, 2011 - Aug 8th, 2012, dateaxis adds 20 days on left a...
by dsambhar
Wed Nov 02, 2011 8:26 am
Forum: JFreeChart
Topic: JavaFX 2.0
Replies: 3
Views: 6325

Re: JavaFX 2.0

Thanks David for your reponse and pointing me towards the Jroller article. Yes, I did look at JavaFX chart library but the features needed for Stock market charts(say Price Volume chart or Combined domain chart) are not available out of the box. I was looking at using the JFree API and embed it in J...
by dsambhar
Mon Oct 31, 2011 11:03 am
Forum: JFreeChart
Topic: JavaFX 2.0
Replies: 3
Views: 6325

JavaFX 2.0

Do we have any sample available to use JFreeChart with JavaFX 2.0?