Search found 25 matches

by vsai1986
Tue Apr 13, 2010 4:27 am
Forum: JFreeChart
Topic: How to Set a Url for the Chart Urgent pls
Replies: 1
Views: 2146

Re: How to Set a Url for the Chart Urgent pls

Anybody pls help
by vsai1986
Mon Apr 12, 2010 2:50 pm
Forum: JFreeChart
Topic: How to Set a Url for the Chart Urgent pls
Replies: 1
Views: 2146

How to Set a Url for the Chart Urgent pls

Hi I am using a line chart and i have data points in the chart ,when i clicking a point it draws a line for that series. So now my req is when ever i click on the remaining part of the chart other than series points i need to get the series without line i.e., basic chart i am using it in Serlvet tha...
by vsai1986
Tue Apr 06, 2010 11:38 am
Forum: JFreeChart
Topic: How to get the Name of the Series
Replies: 1
Views: 1850

How to get the Name of the Series

Hi I am adding 100 Timeseries to TimeseriesCollection with different names of timeseries. I want to get the name of the Timeseries with help of series index example TimeSeriesCollection dataset = new TimeSeriesCollection(); TimeSeries s1 = new TimeSeries("03/01/2010"); s1.add(new Second(new Date("03...
by vsai1986
Thu Apr 01, 2010 7:14 am
Forum: JFreeChart
Topic: Query on Marker
Replies: 1
Views: 1888

Query on Marker

Hi

I am using a marker in my chart, Its coming as line but i needed the marker as Dotted line...

Is it possible to that?
by vsai1986
Thu Apr 01, 2010 6:49 am
Forum: JFreeChart
Topic: Reg Period Axis Labels
Replies: 1
Views: 1917

Re: Reg Period Axis Labels

Hi David/Paradoxx

plss provide me the solution...
by vsai1986
Wed Mar 31, 2010 3:08 pm
Forum: JFreeChart
Topic: Not to able paint Tick Labels on Period axis Urgent
Replies: 1
Views: 1664

Re: Not to able paint Tick Labels on Period axis Urgent

Thanks

I got the solution...sorry for Inconvenience caused

Sai
by vsai1986
Wed Mar 31, 2010 2:49 pm
Forum: JFreeChart
Topic: Not to able paint Tick Labels on Period axis Urgent
Replies: 1
Views: 1664

Not to able paint Tick Labels on Period axis Urgent

Hi, I am using a period axis in my chart ,when i am trying to paint the tick labels on axis ,labels are not getting painted PeriodAxis periodaxis = new PeriodAxis("Day Of Week"); periodaxis.setAutoRangeTimePeriodClass(org.jfree.data.time.Week.class); PeriodAxisLabelInfo aperiodaxislabelinfo[] = new ...
by vsai1986
Mon Mar 29, 2010 7:05 am
Forum: JFreeChart
Topic: Reg Period Axis Labels
Replies: 1
Views: 1917

Reg Period Axis Labels

Hi, I am using Period axis as my domain axis and my req is to represent the time period in terms of week i.e., Monday to Sunday so i am using the below code PeriodAxis periodaxis = new PeriodAxis("Day Of Week"); periodaxis.setAutoRangeTimePeriodClass(org.jfree.data.time.Week.class); PeriodAxisLabelI...
by vsai1986
Fri Mar 26, 2010 7:58 am
Forum: JFreeChart
Topic: Urgent pls help Query regarding Period Axis
Replies: 5
Views: 5477

Re: Urgent pls help Query regarding Period Axis

Thanks Remiohead for ur suggestion.


I have done what u have said but couldn't find the solution..

Please David/Paradoxx can you give any suggestion in doing the above task plssss..

I have tried with refreshtick but it is not working..

Thanks Sai
by vsai1986
Wed Mar 24, 2010 5:52 am
Forum: JFreeChart
Topic: Urgent pls help Query regarding Period Axis
Replies: 5
Views: 5477

Re: Query regarding Period Axis

Hi

please help me in this regard ,its quite urgent...

Sai
by vsai1986
Tue Mar 23, 2010 8:05 am
Forum: JFreeChart
Topic: Urgent pls help Query regarding Period Axis
Replies: 5
Views: 5477

Urgent pls help Query regarding Period Axis

Hi,

I am using period axis

i need set some Fixed time periods for the day like


Early AM --12.00 am to 6.00 am
Morning --6.00 am to 12.00 pm
Afternoon --12.00 pm to 6.00 pm
Evening --6.00 pm to 12.00 am

Any help in this regard would be very much appreciated....


Thanks
Sai
by vsai1986
Mon Mar 22, 2010 6:33 am
Forum: JFreeChart
Topic: ****Urgent****help on XY plot
Replies: 4
Views: 4089

Re: ****Urgent****help on XY plot

Sorry I was excepting a reply for post but nobody gave the reply this made me to post the query again and this will not happen again...
by vsai1986
Fri Mar 19, 2010 6:06 am
Forum: JFreeChart
Topic: ****Urgent****help on XY plot
Replies: 4
Views: 4089

Re: ****Urgent****help on XY plot

Hi Jim, Thanks for ur reply , i have already bought the Demo files My doubt is i have soo many datasets for example Dataset1 10/1/2010 12:30,100 10/1/2010 1:30,400 10/1/2010 2:30,200 10/1/2010 3:30,600 Dataset2 11/2/2010 12:30,100 11/2/2010 1:30,400 11/2/2010 2:30,200 11/2/2010 3:30,600 and so on......
by vsai1986
Thu Mar 18, 2010 10:02 am
Forum: JFreeChart
Topic: ****Urgent****help on XY plot
Replies: 4
Views: 4089

****Urgent****help on XY plot

Hi, Can you pls help me how to plot a XY chart i.e., Time series on X axis and Number on Yaxis I have multiple Datasets for example i have shown two datasets DataSet 1: s1.add(new Second(new Date("01/05/2010 12:12:12")), 100); s1.add(new Second(new Date("01/05/2010 14:12:15")), 200); s1.add(new Seco...
by vsai1986
Fri Mar 12, 2010 10:39 am
Forum: JFreeChart
Topic: ****Urgent****help on XY plot
Replies: 0
Views: 1806

****Urgent****help on XY plot

Hi, Can you pls help me how to plot a XY chart i.e., Time series on X axis and Number on Yaxis I have multiple Datasets for example i have shown two datasets DataSet 1: s1.add(new Second(new Date("01/05/2010 12:12:12")), 100); s1.add(new Second(new Date("01/05/2010 14:12:15")), 200); s1.add(new Seco...