Results 1 to 6 of 6
Thread: JFreeChart question
- 02-22-2011, 07:20 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 26
- Rep Power
- 0
JFreeChart question
hi, i successfully drew the candlestick chart for stocks, but i have a few problems and need help.
1) if i close the window of the chart, the whole program closes. how do i prevent this?
2) how do i add additional lines to the candlestick chart? eg. EMA, SMA, etc etc. can i add points (coordinates) on the candlestick chart?
3) how do i allow the user to draw trend lines and fibbonaci lines?
4) how do i add additional technical charts like MACD, STO, etc etc below the original candlestick chart?
5) how do i make the values update-able, instead of having to draw a new chart every time?(i want to make a live/realtime chart)
if JFreeChart cant do it, do u know of any other API that can do it?
thanks.
- 03-02-2011, 06:38 AM #2
Member
- Join Date
- Nov 2010
- Location
- New Delhi
- Posts
- 50
- Rep Power
- 0
ur application is stand alone or web based
if ur doing this in a web based application the here is the example
Create chart and Display them dynamically in JSP
- 03-02-2011, 01:13 PM #3
Member
- Join Date
- Oct 2010
- Posts
- 26
- Rep Power
- 0
- 03-03-2011, 08:22 AM #4
Member
- Join Date
- Nov 2010
- Location
- New Delhi
- Posts
- 50
- Rep Power
- 0
I think will be helpful
Java Examples: Chart in Java
good luck!!
- 03-03-2011, 09:10 AM #5
in the window of the chart don't call the setDefaultCloseOperation(EXIT_ON_CLOSE) because this will close the whole program. instead implement a close button and in the listener of this button you can invoke the method dispose() which will close only the chart window.
- 03-03-2011, 11:16 PM #6
Member
- Join Date
- Oct 2010
- Posts
- 26
- Rep Power
- 0
Similar Threads
-
Jfreechart
By aaruviswa in forum Web FrameworksReplies: 2Last Post: 03-17-2011, 06:51 AM -
JfreeChart
By puk284 in forum Advanced JavaReplies: 1Last Post: 05-12-2009, 04:52 PM -
JFreeChart 1.0.11
By Java Tip in forum Java SoftwareReplies: 0Last Post: 09-26-2008, 07:52 PM -
JFreeChart 1.0.8
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-27-2007, 08:27 PM -
JFreeChart 1.0.5
By levent in forum Java SoftwareReplies: 0Last Post: 05-10-2007, 05:36 PM


LinkBack URL
About LinkBacks


Bookmarks