Cory Watson > Chart-Clicker > Chart::Clicker::Renderer

Download:
Chart-Clicker-2.44.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

Chart::Clicker::Renderer

DESCRIPTION ^

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

SYNOPSIS ^

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

METHODS ^

new

Creates a new Chart::Clicker::Renderer.

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.

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.