Hello,
i am using DefaultIntervalCategoryDataset to plot Time Vs. Temp/presure/etc . if the data is more, i dont want to show all time points but all in the other axis. how can i restrict x- axis . i tried with a smaal array by copying some of the values into that and failed.
And how can i change the direction of value in the x-axis since my time value(x-axis) consists of more than 12 characters size.i want to make it vertical.
please help me out ..
Thanks,
viswa
how to restrict values in the x-axis if i use DefaultInter
Re: how to restrict values in the x-axis if i use DefaultI
For time-based data, I wouldn't recommend using the CategoryDataset interface...switch to XYDataset and make use of the TimeSeries/TimeSeriesCollection classes, and the DateAxis classes.
Regards,
Dave Gilbert
Regards,
Dave Gilbert