line chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
hs

line chart

Post by hs » Fri Jun 29, 2001 4:30 am

i am currently using JFreeChart to develop a system. Does anybody know how to draw 3 lines, for example x=0.1, x=0.5, x=1.0 in a line chart? thanks in advance.

David Gilbert

RE: line chart

Post by David Gilbert » Sun Jul 15, 2001 7:25 pm

Hi,

You could add some code to the draw(...) method for whichever axis you want the lines to be based off. It ought to be possible to create something general, or if you have a specific application and not much time, just hard-code the lines you require...

Regards

DG.

Locked