Search found 3 matches

by hidetsugu
Fri Mar 18, 2011 6:19 pm
Forum: JFreeChart
Topic: changing axis label
Replies: 0
Views: 3590

changing axis label

Hi,

I have a bar chart and i need to change the values of xy axis label. They come with "Values" and category by default i know i can change it because i can do it in properties of the graph in runtime, but i need to change it in development. What is the function to do that?
by hidetsugu
Fri Mar 18, 2011 12:09 pm
Forum: JFreeChart
Topic: change axis order
Replies: 0
Views: 3602

change axis order

Hi all, i'm integrating jfreechart with oracle forms. I used an example found online, but it's a little basic and i'm having some trouble making mine graphs work correctly. So i have this code: hArgs := FBEAN.CREATE_ARGLIST; FBEAN.CLEAR_ARGLIST(hArgs); FBEAN.add_arg(hArgs, to_char(:VENDAS.MES)); FBE...
by hidetsugu
Thu Mar 17, 2011 6:12 pm
Forum: JFreeChart
Topic: Jfreechart and oracle forms
Replies: 0
Views: 3545

Jfreechart and oracle forms

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...