Jump to content

Change range of y-axis


akhanh

Recommended Posts

Hi,

 

i tried to change the range y-axis of a bar-chart.

i create a

'class customizer implements JRChartCustomizer'

a i tried to use it with

' // getchart

JRDesignChart i = (JRDesignChart) (jdesgn.getSummary().getElements()[0]);

i.setCustomizerClass(new customizer().toString());

'

but it do not work.

 

What i should write in

i.setCustomizerClass(new customizer().toString());

 

Thanks

Ali Baba

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...