Search found 10 matches

by znasim
Wed Sep 03, 2008 9:13 am
Forum: JFreeChart - Stockmarket
Topic: Bar Chart Help
Replies: 1
Views: 8558

Bar Chart Help

Hi All, i want to add the an image in bar chart . can we add image as annotation in jfree chart for categorydataset. please reply....... Click into below link for more understanding what i want to say Link :- http://1.bp.blogspot.com/_kuyKSXKgq68/SL5FPSs3qcI/AAAAAAAAAAM/VBHIz2YklxY/s1600-h/w1.JPG Th...
by znasim
Thu Aug 28, 2008 7:42 am
Forum: JFreeChart - Stockmarket
Topic: Issue With JInternalFrams and Trace Line
Replies: 0
Views: 6090

Issue With JInternalFrams and Trace Line

Dear All, I Developed a chart application for Stock Exchange using Swing Component. At the final stage i am facing a big problem and i tried so many times to solve it if any body having the idea please post me. Problem :- Actually i used to draw the same chart in JFrame and JinternalFrame. The probl...
by znasim
Fri Jun 06, 2008 6:06 am
Forum: JFreeChart
Topic: Applet ClassNotFoundException and AppletClassLoader error
Replies: 3
Views: 4469

ClassNotFoundException

I am already included jar archive into applet tag. Please give me another solution
by znasim
Thu Jun 05, 2008 3:00 pm
Forum: JFreeChart
Topic: Applet ClassNotFoundException and AppletClassLoader error
Replies: 3
Views: 4469

Applet ClassNotFoundException and AppletClassLoader error

Dear David, I completed one chart project which is having line,ohlc,candlestick and indicators like bollinger,sma,ema,maenvelope,RSI,DMI,Momentum. Its running perfectly. but now i want to run a static chart on applet bu using the historical data. Below i am sending my code what i have written for st...
by znasim
Tue May 13, 2008 7:58 am
Forum: JFreeChart
Topic: Setting labels in multiple range axis graph.
Replies: 1
Views: 2792

Label

Hi Lata
If you want to add some label into chart then you use XYTextAnnotation class. It,s Constructor is
XYTextAnnotation xyant=new XYTextAnnotation(labelString,xaxisValue,yaxisValue,);
And then add this annotation Object into Plot Object
Like this plot.addAnnotation(xyant);

:)
by znasim
Mon Apr 07, 2008 4:42 am
Forum: JFreeChart
Topic: Remove Time Appeared in ChartPanel
Replies: 1
Views: 2086

Remove Time Appeared in ChartPanel

Dear All, I am using jfreechart to make a stock exchange project. i am near to complete it, but i need some help i am sending two image in first image u are seeing that inside red circle that a time is appeared without the dataset appeared. i want to remove it, and in second image you are watching t...
by znasim
Wed Mar 26, 2008 3:45 pm
Forum: JFreeChart
Topic: Custom Tick Labels
Replies: 3
Views: 4684

Custom Y axis Label

Dear all, I did a drawing of volume chart, and my volume data is very large. i.e like 345566 to 2332223. and i need to display the volume data in y axis as like 345K and 2.3M. my code is private DefaultCategoryDataset methodForVolume(Object[][] _result) { dataset.clear(); int length = _result.length...
by znasim
Fri Mar 14, 2008 6:54 am
Forum: JFreeChart - Stockmarket
Topic: Related to MACD and all Indicators
Replies: 0
Views: 6605

Related to MACD and all Indicators

Hi wzwei28 i saw your greate application. You used JFreechart to developed this application. I dont have more idea that how can i use jfreechart to draw indicators. i need your help to draw Bollinger, MACD, OBV, RSI, DMI, Momentum. Can you please send me the Example code Thanks alooooooottttttttttt ...
by znasim
Wed Mar 12, 2008 4:41 pm
Forum: JFreeChart
Topic: Bollinger Problem......... Please Help me
Replies: 1
Views: 2152

Bollinger Problem......... Please Help me

Dear Sir, I calculated the SMA (middle bollinger), Upper bollinger and Lower bollinger values . But now i need some help to draw the bollinger using JFreeChart. (please if you are able to send me any example codes). Note :- I am having Line Chart, CandleStick and OHLC in my application and there is ...
by znasim
Wed Feb 20, 2008 7:41 am
Forum: JFreeChart
Topic: How many people are writing their own stock charting and
Replies: 17
Views: 24993

Please Help Me For Indicators

Dear All, I am facing alots of problem when i am going to create the Indicators using Jfreechart. I am calculated the SMA,Std Dev,Upper Line, Lower Line and Middle Line for Bollinger . But i dont know how to implement into code. Can anybody help me PLease to solve this problem. I also need to know a...