Logarithmic Axis

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

Logarithmic Axis

Post by Hans Stoessel » Tue Nov 19, 2002 2:10 pm

Hi

I'm evaluating a Java library for generating charts in a Java standalone application. The user should define the charts (axis, linetype, ...) in a dialog and then the application generate the defined chart.

- Can I use this library in a standalone application?
- Are logarithmic axis supported?
- Can I define more than one Y-Axis for a chart?
- Can I save the chart as a SVG-file?

Thanks for your information

Regards

Hans

Cláudio Sampaio (Patola)

Re: Logarithmic Axis

Post by Cláudio Sampaio (Patola) » Tue Nov 19, 2002 2:24 pm

Some responses I do have:

- Yes, you can use it in a standalone application.
- Yes, logarithmic axis are supported (I never used them, but there are classes for it on the documentation).
- You can define more than one Y-Axis for a chart via a combined chart.
- Yes, you can save the chart as a SVG-file via the free library Batik. It is documented on the developer's manual.

Locked