Chart::Clicker::Renderer.3pm

Langue: en

Version: 2010-05-04 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Chart::Clicker::Renderer - Base class for renderers

DESCRIPTION

Chart::Clicker::Renderer represents the plot of the chart.

SYNOPSIS

   my $renderer = Chart::Clicker::Renderer::Foo->new();
 
 

ATTRIBUTES

additive

Read-only value that informs Clicker that this renderer uses the combined ranges of all the series it charts in total. Used for 'stacked' renderers like StackedBar, StackedArea and Line (which will stack if told to). Note: If you set a renderer to additive that isn't additive, this will produce wonky results.

context

The context to which this Renderer is attached.

METHODS

new

Creates a new Chart::Clicker::Renderer.

prepare

Prepare the component.

AUTHOR

Cory G Watson <gphat@cpan.org>

SEE ALSO

perl(1)

LICENSE

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