NAME
Chart::Clicker::Axis
DESCRIPTION
Chart::Clicker::Axis represents the plot of the chart.
SYNOPSIS
METHODS
Constructor
Class Methods
- label()
-
Set/Get the label of the axis.
- length()
-
Set/Get the physical length of this axis in the chart.
- range()
-
Set/Get the Range for this axis.
- show_ticks()
-
Set/Get the show ticks flag
- tick_length()
-
Set/Get the tick length
- tick_values()
-
Set/Get the arrayref of values show as ticks on this Axis.
- visible()
-
Set/Get this Axis' visibility
- prepare()
-
Prepare this Axis by determining the size required. If the orientation is CC_HORIZONTAL this method sets the height. Otherwise sets the width.
AUTHOR
Cory 'G' Watson <gphat@onemogin.com>
SEE ALSO
perl(1)