Search found 5 matches

by amurugan
Fri Mar 26, 2004 9:25 pm
Forum: JFreeChart
Topic: how do i set value points,value labels in time series chart
Replies: 2
Views: 3102

Thanks for the reply
by amurugan
Fri Mar 26, 2004 9:24 pm
Forum: JFreeChart
Topic: INTERVALS NOT VISIBLE IN RANGE AXIS IN MULTI AXIS TIME chart
Replies: 0
Views: 2126

INTERVALS NOT VISIBLE IN RANGE AXIS IN MULTI AXIS TIME chart

hi , in the following program I am generating a multiple axis time series, the tick units are not visible for the range xis whenever the data is as big as 10E7 . amy i know why is this happening and is there any way to circumvent the problem .This happens only for range axis . import java.awt.Color;...
by amurugan
Thu Mar 25, 2004 4:30 pm
Forum: JFreeChart
Topic: SETTING PERIOD INTERVALS IN MULTIPLE AXIS TIME CHART ??
Replies: 4
Views: 6488

TRIED AND TESTED

hi david , Thanks for your reply . I tried with the following code DateAxis daxis = (DateAxis) plot.getDomainAxis(); java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy"); DateTickUnit unit = new DateTickUnit(DateTickUnit.YEAR,1 , sdf); daxis.setTickUnit(unit); and then i found tha...
by amurugan
Wed Mar 24, 2004 3:44 pm
Forum: JFreeChart
Topic: MULTIPLE AXIS LINE CHART
Replies: 1
Views: 4269

MULTIPLE AXIS LINE CHART

hi ,
I would like to know whether is it possible to draw a multiple axis line chart using category data set . I tried it but then my secondary axis doesnt have proper intervals and if i create with legend the chart is not getting rendered.

Thanks in anticipation
Murugan
by amurugan
Wed May 21, 2003 9:44 pm
Forum: JFreeChart
Topic: data labels and percentage
Replies: 1
Views: 3701

data labels and percentage

hi , how do i represent the data above the bars in the bar charts . i mean how do i have data label in charts where in i can rreperesent the data in the charts at their respective bars and how can i do it in line charts too ?. I also have another question suppose i have values as follows 20 , 200 , ...