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
Logarithmic Axis
Re: Logarithmic Axis
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.
- 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.