
I have a two part question. I'm graphing data on XYPlots where some plots have dates on the x axis and some plots are numeric on the x axis (the y axis is always numeric). Once the graph is created, I want to be able to determine what max/min values were assigned to both the x and y axis (part 1). Next, I would like to able to set the maximum and minimum axis values so that I can begin to filter out flyer data (part 2). The plots are being generated by a servlet.
I have the documentation, but I didn't see these details in ch22 (the axis). In ch20 (swing) there was a cool section on properties/printing/saving/zooming. Are there equivalent features for servlets?
Thanks for the help!!!

Gary