Initializing help system before first use

svgsetgraphstylesheet

svgsetgraphstylesheet


Purpose
Set the style definitions for a graph.
Synopsis
procedure svgsetgraphstylesheet(stsh: array (svgstyleattrs) of text)
Argument
stsh 
Style definition.
Example
This code retrieves the style properties of a group and applies them to the entire graph.
svgaddgroup("a", "A group")
svgsetgraphstylesheet(svggetstylesheet("a"))
Further information
This procedure can be used to define the set of style properties ('stylesheet') of a graph. Use svgsetgraphstyle to define individual style properties of a graph.
Related topics