You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Ar...@amat.com on 2012/09/25 10:05:47 UTC

How to create a Bar-Graph or Chart using Batik?

Hi,

Am a new user of Batik Tool-Kit & I wish to create a Graph or Chart object with X-Y axis, axis labels, legends panel?

Is there any class within the tool-kit for the same?

Regards,
Arihant Bapna



Re: How to create a Bar-Graph or Chart using Batik?

Posted by jonathan wood <jo...@gmail.com>.
Hi Arihant,

  There is not a specific api in batik for charts/graphs, but since you
have full control of the svg, it can be easily accomplished.

Check out the demo applet for an example of a bar chart:

    http://xmlgraphics.apache.org/batik/demo.html



On Tue, Sep 25, 2012 at 4:05 AM, <Ar...@amat.com> wrote:

>  Hi,****
>
> ** **
>
> Am a new user of Batik Tool-Kit & I wish to create a Graph or Chart object
> with X-Y axis, axis labels, legends panel?****
>
> ** **
>
> Is there any class within the tool-kit for the same?****
>
> ** **
>
> Regards,
> Arihant Bapna
>
> ****
>
> ** **
>

Re: How to create a Bar-Graph or Chart using Batik?

Posted by Helder Magalhães <he...@gmail.com>.
> Hi,

Hi Arihant,


> Am a new user of Batik Tool-Kit & I wish to create a Graph or Chart object
> with X-Y axis, axis labels, legends panel?
> Is there any class within the tool-kit for the same?

Batik is neutral in terms of target usage. If you really intend doing
charts, I'd suggest JFreeCharts [1], a project aimed at charting (like
its name suggests) which uses Batik under the hood.


> Regards,
> Arihant Bapna

Cheers,
 Helder


[1] http://xmlgraphics.apache.org/batik/uses.html

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org