I would like to change the shape of a specific Line (from square to round)
How is this done?
Thanks in advance
Search found 6 matches
- Thu Aug 18, 2005 11:13 am
- Forum: JFreeChart
- Topic: Line Chart and Shapes
- Replies: 1
- Views: 2807
- Thu Aug 18, 2005 11:11 am
- Forum: JFreeChart
- Topic: LineChart with smooth curves
- Replies: 0
- Views: 2152
LineChart with smooth curves
Hello, i have a line chart which draws the line from point to point.
Is it possible to chnge the line that way, that the curves are smooth ?
Thanks in advance
Is it possible to chnge the line that way, that the curves are smooth ?
Thanks in advance
- Thu Aug 18, 2005 9:33 am
- Forum: JFreeChart
- Topic: How to create customized tooltip. PLease help
- Replies: 2
- Views: 3889
and how?
I stuck on the same Problem.
CategoryToolTipGenerator ctg = new StandardCategoryToolTipGenerator()
only brings the standard (ok, the name already says it)
Is there a way to put my own stuff, like {0} - {1} bla bla ?
CategoryToolTipGenerator ctg = new StandardCategoryToolTipGenerator()
only brings the standard (ok, the name already says it)
Is there a way to put my own stuff, like {0} - {1} bla bla ?
- Sat Jul 23, 2005 7:43 pm
- Forum: JFreeChart
- Topic: How to highlight a Category?
- Replies: 0
- Views: 2276
How to highlight a Category?
ok, there is a DomainMarker for a CategoryPlot now, but how to change the background-color of a specific Category (in my case a specific year) ?
Regards
Regards
- Sat Jul 23, 2005 6:45 pm
- Forum: JFreeChart
- Topic: Have chart appear in existing jsp page
- Replies: 2
- Views: 4436
Servlet
Create a servlet,
write the chart in the output-Stream, so in your jsp, you will adress the servlet as a img-tag
write the chart in the output-Stream, so in your jsp, you will adress the servlet as a img-tag
- Fri Jun 10, 2005 4:08 pm
- Forum: JFreeChart
- Topic: Change the Category Color of a barchart
- Replies: 2
- Views: 4990
Change the Category Color of a barchart
Hello!
How to change the Color of the specific bars within a category?
plot.getRenderer().setSeriesPaint does not work for the category, but for the series.
I would like to define different series to each category
Thx
Olli
How to change the Color of the specific bars within a category?
plot.getRenderer().setSeriesPaint does not work for the category, but for the series.
I would like to define different series to each category
Thx
Olli