NAME
Chart::Clicker::Renderer::Line
DESCRIPTION
Chart::Clicker::Renderer::Line renders a dataset as lines.
SYNOPSIS
my $lr = new Chart::Clicker::Renderer::Line();
# Optionally set the stroke
$lr->options({
stroke => new Chart::Clicker::Drawing::Stroke({
...
})
});
OPTIONS
- stroke
-
Set a Stroke object to be used for the lines.
METHODS
Class Methods
- render
-
Render the series.
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.