Search found 40 matches
- Wed Jan 06, 2010 6:30 am
- Forum: Java
- Topic: Features of Google Finance Charts
- Replies: 3
- Views: 9828
Re: Features of Google Finance Charts
Hi Narcis, Thanks for the solution. But I could not convert the sample into Java. ------------- colorband1.StartLine.DragLine += new EventHandler(ColorBand_DragLine); colorband1.EndLine.DragLine += new EventHandler(ColorBand_DragLine); and void ColorBand_DragLine(object sender, EventArgs e) { tChart...
- Tue Jan 05, 2010 12:48 pm
- Forum: Java
- Topic: Features of Google Finance Charts
- Replies: 3
- Views: 9828
Features of Google Finance Charts
Hi All,
Any plans to come-up with features like google finance chart has (Visit - http://www.google.com/finance?q=INDEXDJ ... SDAQ:.IXIC)?
Best,
Veeranna Ronad.
Any plans to come-up with features like google finance chart has (Visit - http://www.google.com/finance?q=INDEXDJ ... SDAQ:.IXIC)?
Best,
Veeranna Ronad.
- Fri Sep 11, 2009 7:10 am
- Forum: Java
- Topic: Issue with plotting datetime series
- Replies: 7
- Views: 16350
Re: Issue with plotting datetime series
Hi Narcís,
Please copy TeeChart.Swing.jar in fdmscharts folder and open RightFrame.html to view the sample.
The java code for same is also provided.
Thanks,
Dinesh and Ronad.
Please copy TeeChart.Swing.jar in fdmscharts folder and open RightFrame.html to view the sample.
The java code for same is also provided.
Thanks,
Dinesh and Ronad.
- Thu Sep 10, 2009 1:06 pm
- Forum: Java
- Topic: Issue with plotting datetime series
- Replies: 7
- Views: 16350
Re: Issue with plotting datetime series
Hi Narcís, Thanks for your reply. This helped us to some extent, but we did not get exact result. We get the datetime data from a Oracle stored procedure as "01-08-2008 02:16:00". We have used below given code to convert from datetime in the form of string to DateTime object. The datetime displayed ...
- Thu Sep 10, 2009 5:00 am
- Forum: Java
- Topic: Issue with plotting datetime series
- Replies: 7
- Views: 16350
Re: Issue with plotting datetime series
Hi Narcís, We have bought TeeChart for Java V2 recently. Please look into the attached snapshot. In the X-axis we are plotting date and time series, and Y-Axis is the amounts. "Debit" series are plotted properly, but "Credit" is completely wrong. You can see the x-axis values at each node. If I unch...
- Wed Sep 09, 2009 2:53 pm
- Forum: Java
- Topic: Issue with plotting datetime series
- Replies: 7
- Views: 16350
Issue with plotting datetime series
Hi,
We are facing issue when trying to plot two series on chart with datetime on X axis(DD-MM-YYYY hh:mm:ss). First series is plotting normally while the second is not. Kindly advise.
Thanks,
Dinesh.
We are facing issue when trying to plot two series on chart with datetime on X axis(DD-MM-YYYY hh:mm:ss). First series is plotting normally while the second is not. Kindly advise.
Thanks,
Dinesh.
- Fri Jul 24, 2009 11:55 am
- Forum: Java
- Topic: JSP/Servlet sample code for Tomcat
- Replies: 1
- Views: 6801
JSP/Servlet sample code for Tomcat
Hello,
Do you have any samples for Tomcat webserver? If not can I get one?
Thanks in advance,
Best,
Veeranna Ronad.
Do you have any samples for Tomcat webserver? If not can I get one?
Thanks in advance,
Best,
Veeranna Ronad.
- Fri Jul 03, 2009 6:10 am
- Forum: Java
- Topic: Mark Tips Tools shows wrong values
- Replies: 2
- Views: 7748
Re: Mark Tips Tools shows wrong values
Thanks for the reply Narcís.
Same code is working now without any change.
Best,
Veeranna Ronad.
Same code is working now without any change.
Best,
Veeranna Ronad.
- Thu Jul 02, 2009 5:08 am
- Forum: Java
- Topic: Zoom on vertical custom axis has issue
- Replies: 1
- Views: 6880
Zoom on vertical custom axis has issue
Hello, I have custom vertical axis, below this left (Y) axis. When I zoom series on left (Y, default) axis, it is zoomed within the left area. Where as If zoom the series on custom axis, the series is zoomed and drawn on left (Y) axis' area also. Please look into attachment. Thanks and Best, Veerann...
- Thu Jul 02, 2009 4:55 am
- Forum: Java
- Topic: Mark Tips Tools shows wrong values
- Replies: 2
- Views: 7748
Mark Tips Tools shows wrong values
Hello,
I have added mark tips tools to my chart (fast lines), but is shows wrong values for X-axis and Y-axis. The Y-axis values ranges between 5,400,000 to 10,850,000. Kindly advice.
Regards,
Veeranna Ronad.
I have added mark tips tools to my chart (fast lines), but is shows wrong values for X-axis and Y-axis. The Y-axis values ranges between 5,400,000 to 10,850,000. Kindly advice.
Regards,
Veeranna Ronad.
- Wed Jun 24, 2009 1:33 pm
- Forum: Java
- Topic: Creating series array
- Replies: 1
- Views: 6564
Creating series array
Hello,
I am trying to create series array variable, while declaring and initializing variable, it raises an exception as class not supported.
Series series_passbook_types[] = new Series[10];
How will I declare and create array of type Series?
Thanks and Best,
Veeranna Ronad.
I am trying to create series array variable, while declaring and initializing variable, it raises an exception as class not supported.
Series series_passbook_types[] = new Series[10];
How will I declare and create array of type Series?
Thanks and Best,
Veeranna Ronad.
- Thu Jun 18, 2009 5:27 am
- Forum: Java
- Topic: class not found error - com.steema.teechart.IBaseChart
- Replies: 1
- Views: 6817
class not found error - com.steema.teechart.IBaseChart
Hello, I added "import com.steema.teechart.IBaseChart;" to CreateGraph.java source. Even after this I get error. Please find the attached source. Error; -------- HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message descripti...
- Tue Jun 16, 2009 10:14 am
- Forum: Java
- Topic: Creating and exporting chart to jpg at server side
- Replies: 3
- Views: 10649
Re: Creating and exporting chart to jpg at server side
Dear Marc, I added import com.steema.teechart.IBaseChart; to CreateGraph.java source. Even after this I get error. Please find the attached source. Error; -------- HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message descrip...
- Mon Jun 15, 2009 11:20 am
- Forum: Java
- Topic: Creating and exporting chart to jpg at server side
- Replies: 3
- Views: 10649
Creating and exporting chart to jpg at server side
Hello, I am trying to create chart class, exporting it to jpg and display at browser as JRE is not allowed to install at browser's system. But I am getting error while creating class itself. Please find the code and error message below. source: --------------------------- CreateGraph.java ----------...
- Sat May 30, 2009 6:30 am
- Forum: Java
- Topic: resizing of TChart
- Replies: 5
- Views: 12023