Search found 4 matches

by Chaitanya
Thu Apr 13, 2006 5:51 am
Forum: JFreeChart
Topic: Query on Time Series Charts...!
Replies: 3
Views: 4675

Query on Time Series Charts...! URGENT...

Hi Gilbert, Its very urgent for me to fix this prob. if possible please give me sol as early as possible. Here you will see the values in X-axis as Jan , Feb, Mar so on... are appearing in the sub plot below and not in the subplot above. how do I acheive this??? Please help... //// START O CODE ////...
by Chaitanya
Wed Apr 12, 2006 5:14 am
Forum: JFreeChart
Topic: Query on Time Series Charts...!
Replies: 3
Views: 4675

RE:Query on Time Series Charts...!

Hi Gilbert, thanks for resonding, the code segment is as below. Here you will see the values in X-axis Jan , Feb, Mar so on... are appearing in the sub plot below and not in the subplot above. //// START O CODE ///////// package chartDemo; import java.awt.BasicStroke; import java.awt.Color; import j...
by Chaitanya
Tue Apr 11, 2006 5:25 am
Forum: JFreeChart
Topic: Query on Time Series Charts...!
Replies: 3
Views: 4675

Query on Time Series Charts...!

Hi, I am displaying a time series chart and a bar chart in the same chart, in this case I a musing CombinedDomainXYPlot for placing the timeseries chart and bar chart; what is happening in this case is that the values in the X-axis are not repeating themselves for both the charts, how can I do so? t...
by Chaitanya
Mon Apr 10, 2006 5:23 am
Forum: JFreeChart - Stockmarket
Topic: Problem while displaying the time series chart - Urgent!!!.
Replies: 1
Views: 12936

Problem while displaying the time series chart - Urgent!!!.

Hi, I am having two problems while displaying a time series chart: 1. When a time series is displayed , if the lower limit of the series is say 20 even in that case my origin of the graph starts from 0 only I want it to start from the min valur of my Y- coordinate how do I acheive it. 2. Again while...