NAME
Graph::Template::Element::Title
PURPOSE
To provide the title
NODE NAME
TITLE
INHERITANCE
Graph::Template::Element
ATTRIBUTES
TEXT
This is the text for the title.
CHILDREN
None
EFFECTS
None
DEPENDENCIES
None
USAGE
This will create the title. It calls $graph->set(title => TEXT);
<title text="Some Title here"/>
I assume the last title found will be used. (Has not been tested.)
AUTHOR
Rob Kinyon (rkinyon@columbus.rr.com)
SEE ALSO
XLABEL, YLABEL
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 59:
=back doesn't take any parameters, but you said =back 4