Jfreechart and oracle forms

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
hidetsugu
Posts: 3
Joined: Thu Mar 17, 2011 5:52 pm
antibot: No, of course not.

Jfreechart and oracle forms

Post by hidetsugu » Thu Mar 17, 2011 6:12 pm

Hi everyone,

I'm new using jfreechart and started now an integration with oracle forms. I have it working with a couple of things to solve. One of them is, how do i change axis label? I'm using a bar chart and it only shows the default values wich are "category" and "values". I got a working example from one site (i don't know if i can post links on my first post). Just to example, if i want to change the title from the graph i use this line: fbean.invoke( hBean, 1, 'setTitle','Monthly Sales');

So i was wondering how to change the axis label?

Locked