NAME
Chart::Clicker::Renderer::Line
DESCRIPTION
Chart::Clicker::Renderer::Line renders a dataset as lines.
SYNOPSIS
my $lr = new Chart::Clicker::Renderer::Line(
stroke => new Chart::Clicker::Drawing::Stroke({
...
})
});
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
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.