NAME
Graph::Template::Element::YLabel
PURPOSE
To provide the Y-axis label
NODE NAME
YLABEL
INHERITANCE
Graph::Template::Element
ATTRIBUTES
TEXT
This is the text for the label.
CHILDREN
None
EFFECTS
None
DEPENDENCIES
None
USAGE
This will create the label for the Y-axis. It calls $graph->set(y_label => TEXT);
<ylabel text="Some Title here"/>
I assume the last ylabel found will be used. (Has not been tested.)
AUTHOR
Rob Kinyon (rkinyon@columbus.rr.com)
SEE ALSO
TITLE, 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