| Chart-Clicker documentation | view source | Contained in the Chart-Clicker distribution. |
Chart::Clicker::Renderer::StackedArea - Stacked Area renderer
Chart::Clicker::Renderer::StackedArea renders a dataset as line-like polygons stacked atop one another.
my $ar = Chart::Clicker::Renderer::StackedArea->new({
fade => 1,
brush => Graphics::Primitive::Brush->new({
width => 2
})
});
Set/Get the brush that informs the line surrounding the area renders individual segments.
Set/Get the fade flag, which turns on or off a gradient in the area renderer.
Set the alpha value for the renderer, which makes things more or less opaque.
Cory G Watson <gphat@cpan.org>
Chart::Clicker::Renderer, perl(1)
You can redistribute and/or modify this code under the same terms as Perl itself.
| Chart-Clicker documentation | view source | Contained in the Chart-Clicker distribution. |