Search found 32 matches
- Sat Nov 20, 2010 2:28 pm
- Forum: JFreeChart
- Topic: Showing Tick for CatagoryAxis
- Replies: 1
- Views: 4143
Showing Tick for CatagoryAxis
Hi, I have a requirement where i can set tick value with unit interval in CatagoryAxis. I have seen it is possibile to set a unit interval using setTickUnit() in DateAxis. My Problem is the following: I have some values on the x-axis, for example: 1,1.5,2,2.5,3,3.5,4,4.5,5,5.5 and I want to display ...
- Thu Dec 03, 2009 5:17 am
- Forum: JFreeChart
- Topic: Problem in stretched the graphed data on the left
- Replies: 2
- Views: 5489
Re: Problem in stretched the graphed data on the left
Thank you very very much.
- Tue Dec 01, 2009 6:11 am
- Forum: JFreeChart
- Topic: Problem in stretched the graphed data on the left
- Replies: 2
- Views: 5489
Problem in stretched the graphed data on the left
Hi, I have generated a barchart using BarRenderer renderer = new BarRenderer(); CategoryAxis categoryAxis = new CategoryAxis(""); ValueAxis valueAxis = new NumberAxis(""); CategoryPlot plot = new CategoryPlot(dataset, categoryAxis, valueAxis, null); But i have requirement to stretched the graphed da...
- Fri Nov 27, 2009 2:05 pm
- Forum: JFreeChart
- Topic: setLabelPaint doesn't work properly
- Replies: 3
- Views: 6561
Re: setLabelPaint doesn't work properly
Thanks for your reply.
But i have found the real cause.It is for image type.Basically i was viewing the chart in web and temporarily it was saved as JPEG format.I don't know what JPEG format do but it is main reason.When i have saved the chart as PNG format everything is fine.
Thanks
But i have found the real cause.It is for image type.Basically i was viewing the chart in web and temporarily it was saved as JPEG format.I don't know what JPEG format do but it is main reason.When i have saved the chart as PNG format everything is fine.
Thanks
- Mon Nov 23, 2009 2:16 pm
- Forum: JFreeChart
- Topic: setLabelPaint doesn't work properly
- Replies: 3
- Views: 6561
Re: setLabelPaint doesn't work properly
Hi, I have also faced another problem if my Lebel color is dark blue and Axisline color is light blue then it is not properly come.Everything(level and axisline) comes in different color with dark. Paint labelsPaint = Color.decode("#00317A"); Paint axisPaint = Color.decode("#0066CC"); valueAxis.setL...
- Mon Nov 23, 2009 11:39 am
- Forum: JFreeChart
- Topic: setLabelPaint doesn't work properly
- Replies: 3
- Views: 6561
setLabelPaint doesn't work properly
Hi, At first thanks jfreechart team to develop such good API.It is really good. I am facing a problem while color the axis level using setLabelPaint in XY chart. I have used valueAxis.setLabelPaint(new Color(0,102,204)); timeAxis.setLabelPaint(new Color(0,102,204)); for color the level.But the color...
- Wed Oct 28, 2009 8:21 am
- Forum: JFreeChart
- Topic: remove broder from right and top in XY-chart
- Replies: 0
- Views: 2646
remove broder from right and top in XY-chart
Hi,
I have to generate a graph like below.Everything i can able to do except removing border from right and top.

Can anyone help to remove border from right and top in jfreechart?
Thanks & Regards
Dhiman
I have to generate a graph like below.Everything i can able to do except removing border from right and top.
Can anyone help to remove border from right and top in jfreechart?
Thanks & Regards
Dhiman
- Thu Sep 10, 2009 2:05 pm
- Forum: JFreeChart
- Topic: generate title bar in timeseries chart
- Replies: 1
- Views: 4335
Re: generate title bar in timeseries chart
Any updates.....
Is it possible to do using jfreechart?
please help. I want to merge the graph with the title header.
Thanks
Is it possible to do using jfreechart?
please help. I want to merge the graph with the title header.
Thanks
- Fri Sep 04, 2009 1:55 pm
- Forum: JFreeChart
- Topic: generate title bar in timeseries chart
- Replies: 1
- Views: 4335
generate title bar in timeseries chart
Hi, I want to generate a xy xhart like below. http://204.13.10.97/iqAdmin/graph.png I can generate the chart easily and also can add title.But if i want to merge the graph with the header like above,how it is possible? Can anybody please guide me? Right now i am using TextTitle to generate title. Pl...
- Tue Aug 18, 2009 5:52 am
- Forum: JFreeChart
- Topic: Can I set tick level position in XY- chart?
- Replies: 0
- Views: 3070
Can I set tick level position in XY- chart?
Hi, I am facing a critical requirement.I have generate a XY chart like below and every thing was perfect. http://204.13.10.97/iqAdmin/graph1.png But i need to set tick value little downwards like below example.Can i set tick level position in XY- chart ? http://204.13.10.97/iqAdmin/graph2.png Please...
- Mon Aug 17, 2009 5:27 am
- Forum: JFreeChart
- Topic: generate title bar using html in timeseries chart
- Replies: 1
- Views: 3537
generate title bar using html in timeseries chart
Hi, I want to generate a xy xhart like below. http://204.13.10.97/iqAdmin/graph.png I can generate the chart easily and also can add title.But if i want to use html code to generate title bar like above which class helps me and how? Or is there anything which i can use? Right now i ma using TextTitl...
- Thu Jul 16, 2009 9:00 am
- Forum: JFreeChart
- Topic: How to make square shape point in step chart for a value
- Replies: 1
- Views: 3728
How to make square shape point in step chart for a value
Hi, I have used XYStepRenderer for create the following step chart. XYStepRenderer sxyir = new XYStepRenderer(); http://www.ibosworld.com/iqnew/imgs/DisplayChart.png I have faced a problem.I want to highlight the point with the square shape whenever i got a value in a specific time. Suppose in this ...
- Tue Jun 23, 2009 11:11 am
- Forum: JFreeChart
- Topic: save chart in a specific location
- Replies: 1
- Views: 4025
save chart in a specific location
Hi, Using java how can i save the chart in a specific location.When we have created a chart using filename = ServletUtilities.saveChartAsJPEG(chart, 150, 150,info, null); PrintWriter pw= new PrintWriter(System.out); ChartUtilities.writeImageMap(pw,filename, info,true); pw.flush(); it has created cha...
- Tue Jun 23, 2009 10:18 am
- Forum: JFreeChart
- Topic: Chart Saving Problem.
- Replies: 1
- Views: 3459
Chart Saving Problem.
Hi,
I have created a chart using jfreecharts.However, I don't want to save it to the default directory to which jfreechart normally saves(C:\Documents and Settings\username\Local Settings\Temp). I want to save it in another directorty(say,C:\pics).
How can I do that?
I have created a chart using jfreecharts.However, I don't want to save it to the default directory to which jfreechart normally saves(C:\Documents and Settings\username\Local Settings\Temp). I want to save it in another directorty(say,C:\pics).
How can I do that?
- Fri Jun 05, 2009 6:34 am
- Forum: JFreeChart
- Topic: Drill down problem in time series chart
- Replies: 0
- Views: 3075
Drill down problem in time series chart
I need to drill down in a time series chart.
I am using the following code:-
TimeSeriesURLGenerator urlg = new TimeSeriesURLGenerator(sdf, "pie_chart.jsp", "series", "hitDate");
However, I need to pass another parameter along with the current ones.
Any suggestions and helps?
I am using the following code:-
TimeSeriesURLGenerator urlg = new TimeSeriesURLGenerator(sdf, "pie_chart.jsp", "series", "hitDate");
However, I need to pass another parameter along with the current ones.
Any suggestions and helps?