Initializing help system before first use

svgsetgraphpointsize

svgsetgraphpointsize


Purpose
Set point size property for a graph.
Synopsis
procedure svgsetgraphpointsize(val: real)
Argument
val 
The new value for the point size.
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 svgsetgraphscale in order to resize a graph.
Related topics