Search found 8 matches

by abhisheksisodia
Wed Apr 06, 2011 8:40 am
Forum: JFreeChart
Topic: Jfeechart in vector in JSP
Replies: 0
Views: 2690

Jfeechart in vector in JSP

Hi all,
is it possible to add jfreechart to JSP in vector format directly, instead of saving in some scalar image like .png or .jpg?
by abhisheksisodia
Wed Apr 06, 2011 8:25 am
Forum: JFreeChart
Topic: Adding charts to PDF
Replies: 2
Views: 3224

Re: Adding charts to PDF

thanks for your effort...but that problem has been resoved.. now i need to add charts to jsp in vector format..any suggestions??
by abhisheksisodia
Fri Apr 01, 2011 10:58 am
Forum: JFreeChart
Topic: RtfHeaderFooter problem
Replies: 0
Views: 3650

RtfHeaderFooter problem

I want to get "Page X of Y" type footer at the end of page using rtfheaderfooter, while writing the document and calling this code on close event of document, but all I am getting is a blank footer, code used is: - public void onCloseDocument(PdfWriter writer, Document document) { Paragraph p=new Pa...
by abhisheksisodia
Tue Mar 29, 2011 10:23 am
Forum: JFreeChart
Topic: Adding SVG image to PDF using iText
Replies: 0
Views: 5013

Adding SVG image to PDF using iText

Can anybody how to add an SVG image to a PDF using iText??
by abhisheksisodia
Tue Mar 29, 2011 8:59 am
Forum: JFreeChart
Topic: Adding charts to PDF
Replies: 2
Views: 3224

Adding charts to PDF

Hi guys, I wanna add several charts to a PDF file, but not in form of images but as vector graphics. I can save a single graph using this but wanna add multiple graphs. also need to position them in between text
by abhisheksisodia
Wed Mar 23, 2011 9:54 am
Forum: JFreeChart
Topic: Ticks starting at lower bound of range - how to?
Replies: 10
Views: 11994

Re: Ticks starting at lower bound of range - how to?

It works man....thank all
by abhisheksisodia
Wed Mar 23, 2011 9:00 am
Forum: JFreeChart
Topic: Always show minimum value tick (NumberAxis)
Replies: 1
Views: 2529

Re: Always show minimum value tick (NumberAxis)

How u manually confugured to show minimum tick as 0.008, i m trying to do something similar
by abhisheksisodia
Wed Mar 23, 2011 8:40 am
Forum: JFreeChart
Topic: need to configure tick values
Replies: 0
Views: 3673

need to configure tick values

i have a range of 222 to 486 on domain-axis and I want that tick units should differ by 57.2 and should appear as 222 ,274.8 ,327.6 ,380.4 ,433.2 ,486 but they automatically shown as 264 , 316.8, 369.6, 422.4, 475.2. How to tackle this so that ticks are show correctly ? however graph plotted is corr...