
Chart::Clicker::Renderer::Line

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

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

If true, the lines are drawn "stacked", each key accumulates based on those drawn below it.
Set/Get a Brush to be used for the lines.
Called for each point encountered on the line.
Draw the actual line chart
Set a shape object to draw at each of the data points.
Set/Get the Brush to be used on the shapes at each point. If no shape_brush is provided, then the shapes will be filled.

Cory G Watson <gphat@cpan.org>

perl(1)

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