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

NAME

Chart::Clicker::Renderer::Line

DESCRIPTION

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

SYNOPSIS

  my $lr = Chart::Clicker::Renderer::Line->new(
    brush => Graphics::Primitive::Brush->new({
      ...
    })
  });

ATTRIBUTES

shape

Set a shape object to draw at each of the data points.

shape_stroke

Define the stroke to be used on the shapes at each point. If no shape_stroke is provided, then the shapes will be billed.

stroke

Set a Stroke object to be used for the lines.

METHODS

Misc Methods

finalize

Draw the actual line chart

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.