|
NAMEChart::Clicker::Axis::DivisionType::Exact VERSIONversion 2.90 SYNOPSIS use Chart::Clicker::Axis;
my $axis = Chart::Clicker::Axis->new({
tick_division_type => 'Exact'
});
DESCRIPTIONRole describing how to divide data for Chart::Clicker::Axis. NAMEChart::Clicker::Axis::DivisionType::Exact - Divide axis in exact increments, linear scale. METHODSbest_tick_sizeThe tick division calculated by taking the range and dividing by the requested number of ticks. divvyDivides the range up into exact division for Chart::Clicker::Axis. AUTHORRod Taylor <chartclicker@rbt.ca> SEE ALSOperl(1) LICENSEYou can redistribute and/or modify this code under the same terms as Perl itself. AUTHORCory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSEThis 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.
|