Graph Zoom In/Out

Can anyone tell me how to do zoom in or out of a graph ? thanks in advance!!
[83 byte] By [bagh_mksa] at [2007-10-2 10:06:45]
# 1
> Can anyone tell me how to do zoom in or out of a> graph ? thanks in advance!!Are you drawing the Graph yourself?If so, check out:Graphics2d.scale( ... )
nbloma at 2007-7-13 1:23:44 > top of Java-index,Desktop,Core GUI APIs...