GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Chart::Clicker::Axis::DivisionType::LinearRounded(3) User Contributed Perl Documentation Chart::Clicker::Axis::DivisionType::LinearRounded(3)

Chart::Clicker::Axis::DivisionType::LinearRounded

version 2.90

  use Chart::Clicker::Axis;

  my $axis = Chart::Clicker::Axis->new({
    tick_division_type  => 'LinearRounded'
  });

Role describing how to divide data for Chart::Clicker::Axis.

Chart::Clicker::Axis::DivisionType::LinearRounded - Nicely rounded segments on a linear scale.

This setting determines whether to add a tick outside of the data. If the tick would be within the percentage of a ticks size specified here as a decimal (10% would be 0.1), then the tick will be added expanding the graph.

The tick division considered best for the approximate number of ticks requested and data within the range.

Divides the range up into nicely rounded chunks for Chart::Clicker::Axis.

Rod Taylor <chartclicker@rbt.ca>

perl(1)

You can redistribute and/or modify this code under the same terms as Perl itself.

Cory G Watson <gphat@cpan.org>

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.

2016-12-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.