The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chart::Clicker::Renderer::Area

DESCRIPTION

Chart::Clicker::Renderer::Area renders a dataset as lines.

SYNOPSIS

  my $ar = Chart::Clicker::Renderer::Area->new({
      fade => 1,
      brush => Graphics::Primitive::Brush->new({
          width => 2
      })
  });

ATTRIBUTES

fade

If true, the color of the fill will be faded from opaque at the top to transparent at the bottom.

opacity

If true this value will be used when setting the opacity of the fill. This setting may not be used with the 'fade' option.

stroke

Allows a Stroke object to be passed that will define the Stroke used on the series' line.

METHODS

Misc. Methods

pack

Draw the data.

AUTHOR

Cory 'G' Watson <gphat@cpan.org>

SEE ALSO

Chart::Clicker::Renderer, perl(1)

LICENSE

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