Moving the viewing port of RChart

Problem How can I programmatically pan the data in RChart?
Solution
  1. Set the property AutoRedraw to false
  2. Use the method SetRange to set the coordinates of the new viewing port.
  3. Call the method ShowGraf

 


Last Update: 2006-01-15