Help on creating graphs

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
j
Posts: 14
Joined: Tue Jul 22, 2003 12:56 pm

Help on creating graphs

Post by j » Wed Sep 03, 2003 7:55 am

I would like to create a step chart. is it possible with jfreechart. actually i wanted to send the bmp file of the kin dof chart. but i dont know how to send it.


also one more query - how can i get spaces between stacks in horizontal stacked chart


Thanks
j


[/list][/code]

mhilpert
Posts: 497
Joined: Wed Apr 02, 2003 1:57 pm
Location: Germany

Post by mhilpert » Wed Sep 03, 2003 3:09 pm

can you post a URL of such a chart that you can find in the internet?
Java 11, JFreeChart 1.0.15, JFreeSVG 4.0

j
Posts: 14
Joined: Tue Jul 22, 2003 12:56 pm

Help on creating graphs

Post by j » Thu Sep 04, 2003 5:50 am

could u check this link

http://www.softwarefx.com/sfxgallery/ch ... entchart=4

this image is similar to chart i need. could you tell me how do i create this chart in jfreechart.

thanks
j

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Sep 04, 2003 8:12 am

Try the XYStepChartDemo in the JFreeChart distribution.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked