NAME
Graph::Template::Element::XLabel
PURPOSE
To provide the X-axis label
NODE NAME
XLABEL
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 X-axis. It calls $graph->set(x_label => TEXT);
<xlabel text="Some Title here"/>
I assume the last xlabel 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