NAME
Chart::Clicker::Renderer::Line
DESCRIPTION
Chart::Clicker::Renderer::Line renders a dataset as lines.
SYNOPSIS
my $lr = Chart::Clicker::Renderer::Line->new(
stroke => Graphics::Primitive::Stroke->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
- draw
-
Draw it!
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.