Chart::Clicker::Axis::DivisionType::Exact - Role describing how to divide data
for Chart::Clicker::Axis
version 2.90
use Chart::Clicker::Axis;
my $axis = Chart::Clicker::Axis->new({
tick_division_type => 'Exact'
});
Role describing how to divide data for Chart::Clicker::Axis.
Chart::Clicker::Axis::DivisionType::Exact - Divide axis in exact increments,
linear scale.
The tick division calculated by taking the range and dividing by the requested
number of ticks.
Divides the range up into exact division for Chart::Clicker::Axis.
Rod Taylor <
[email protected]>
perl(1)
You can redistribute and/or modify this code under the same terms as Perl
itself.
Cory G Watson <
[email protected]>
This software is copyright (c) 2016 by Cory G Watson.
This is free software; you can redistribute it and/or modify it under the same
terms as the Perl 5 programming language system itself.