Java Chart with 2 Axis

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rui Pacheco

    Java Chart with 2 Axis

    Hi everyone


    I'm trying to create a chart with 2 Y axis and 1 X axis, but I can't
    seem to find the right tool for the job. I tried JFreeChart, JChart
    and JOpenChart but none seem to be able to create the second Y axis.

    Does anyone know of any other solution, any other way to create these
    charts in Java?

    All help is welcome.

    Thank you very much
    Rui
  • Karl von Laudermann

    #2
    Re: Java Chart with 2 Axis

    ruipacheco@hotm ail.com (Rui Pacheco) wrote in message news:<b03e6ccc. 0312230910.18bf 5331@posting.go ogle.com>...[color=blue]
    > Hi everyone
    >
    >
    > I'm trying to create a chart with 2 Y axis and 1 X axis, but I can't
    > seem to find the right tool for the job. I tried JFreeChart, JChart
    > and JOpenChart but none seem to be able to create the second Y axis.
    >
    > Does anyone know of any other solution, any other way to create these
    > charts in Java?[/color]

    I used KavaChart in a project at a previous company 2 years ago, and I
    believe that it supports multiple Y-Axes. It's not free, though
    (IIRC).

    Comment

    Working...