svgsetgraphscale
| svgsetgraphscale | 
  Purpose
 
  
  Synopsis
 
 procedure svgsetgraphscale(val: real)
 
  Argument
 
 | 
     val 
     | 
     The new scaling value.
     | 
  Example
 
 
  This code shows how to modify graph scaling properties.
 
 svgsetgraphpointsize(0.5) svgsetgraphscale(10)
  Further information
 
 
  This routine is likely to be used in combination with
 svgsetgraphpointsize in order to resize a graph for display.
 
 
  Related topics
 
 
 svgsetgraphpointsize,
 svggetgraphstyle,
 svgsetgraphstyle,
 svggetgraphstylesheet,
 svgsetgraphstylesheet.
 
 
