Provided by: libchart-clicker-perl_2.88-1_all 

NAME
Chart::Clicker::Axis::DivisionType::Exact - Role describing how to divide data for Chart::Clicker::Axis
VERSION
version 2.88
SYNOPSIS
use Chart::Clicker::Axis;
my $axis = Chart::Clicker::Axis->new({
tick_division_type => 'Exact'
});
DESCRIPTION
Role describing how to divide data for Chart::Clicker::Axis.
NAME
Chart::Clicker::Axis::DivisionType::Exact - Divide axis in exact increments, linear scale.
METHODS
best_tick_size
The tick division calculated by taking the range and dividing by the requested number of ticks.
divvy
Divides the range up into exact division for Chart::Clicker::Axis.
AUTHOR
Rod Taylor <chartclicker@rbt.ca>
SEE ALSO
perl(1)
LICENSE
You can redistribute and/or modify this code under the same terms as Perl itself.
AUTHOR
Cory G Watson <gphat@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Cold Hard Code, LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.18.2 2014-04-26 Chart::Clicker...sionType::Exact(3pm)