svgsetgraphstylesheet
svgsetgraphstylesheet |
Purpose
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
svggetstyle,
svgsetstyle,
svggetgraphstyle,
svgsetgraphstyle,
svggetgraphstylesheet,
svggetstylesheet,
svgsetstylesheet.