| Chart-OFC documentation | view source | Contained in the Chart-OFC distribution. |
Chart::OFC::Axis - Base class for axis classes
version 0.10
This class is the base class for the X and Y axis classes. It provides several attributes which are shared between these two subclasses.
This class has a number of attributes which may be passed to the
new() method.
The size of tick labels for the axis, in pixels.
Defaults to 10.
The default color of tick labels.
Defaults to "#784016".
The color of the axis line itself
This attribute is optional.
The color of grid lines for this axis.
This attribute is optional.
This is the label for the axis as a whole. This can be either a
string, a hash reference or an a Chart::OFC::AxisLabel object.
If given a string or hash reference, the constructor will create a new
Chart::OFC::AxisLabel object. If just a string is given, this is
used as the label text.
This attribute is required.
This class does the Chart::OFC::Role::OFCDataLines role.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
| Chart-OFC documentation | view source | Contained in the Chart-OFC distribution. |