Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Chart::OFC::AxisLabel - A label for an axis
VERSION
version 0.12
SYNOPSIS
my $label = Chart::OFC::AxisLabel->new(
label => 'Some Text',
text_color => 'blue',
text_size => 15,
);
DESCRIPTION
This class represents a label for a whole axis, as opposed to the labels for the ticks on that axis.
ATTRIBUTES
This class has a number of attributes which may be passed to the new()
method.
label
The text for the label.
This attribute is required.
text_color
The default color of tick labels.
Defaults to "#000000" (black).
text_size
The size of tick labels for the axis, in pixels.
Defaults to 20.
ROLES
This class does the Chart::OFC::Role::OFCDataLines
role.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)