hi
i am using timeseries chart
i would like to use my one scale in the x-axis and y-axis(for example for the y-axis: every 2 unit)
how can i do this
chose my one scale in the x-axis and for timeseries chart
-
- Posts: 12
- Joined: Tue Aug 25, 2009 9:12 am
- antibot: No, of course not.
-
- Posts: 1634
- Joined: Sat Feb 17, 2007 1:51 pm
Re: chose my one scale in the x-axis and for timeseries chart
Code: Select all
numberAxis.setTickUnit(new NumberTickUnit(5.0));