Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

chart::clicker::renderer::stackedarea(3pm) [debian man page]

Chart::Clicker::Renderer::StackedArea(3pm)		User Contributed Perl Documentation		Chart::Clicker::Renderer::StackedArea(3pm)

NAME
Chart::Clicker::Renderer::StackedArea - Stacked Area renderer VERSION
version 2.83 SYNOPSIS
my $ar = Chart::Clicker::Renderer::StackedArea->new({ fade => 1, brush => Graphics::Primitive::Brush->new({ width => 2 }) }); DESCRIPTION
Chart::Clicker::Renderer::StackedArea renders a dataset as line-like polygons stacked atop one another. NOTES
Note that series with varying keys (e.g. Series 1 has keys 1, 2, 3 but Series 2 only has 1 and 3) will cause you some problems. Since the keys don't match up, neither will the accumulation of area. This may be addressed in the future. ATTRIBUTES
brush Set/Get the brush that informs the line surrounding the area renders individual segments. fade Set/Get the fade flag, which turns on or off a gradient in the area renderer. opacity Set the alpha value for the renderer, which makes things more or less opaque. AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-22 Chart::Clicker::Renderer::StackedArea(3pm)

Check Out this Related Man Page

Chart::Clicker::Renderer::Line(3pm)			User Contributed Perl Documentation		       Chart::Clicker::Renderer::Line(3pm)

NAME
Chart::Clicker::Renderer::Line - Line renderer VERSION
version 2.83 SYNOPSIS
my $lr = Chart::Clicker::Renderer::Line->new( brush => Graphics::Primitive::Brush->new({ #... }) ); DESCRIPTION
Chart::Clicker::Renderer::Line renders a dataset as lines. ATTRIBUTES
additive If true, the lines are drawn "stacked", each key accumulates based on those drawn below it. brush Set/Get a brush to be used for the lines. shape Set a shape object to draw at each of the data points. Adding a shape results in: shape_brush 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. The brush allows you to draw a "halo" around each shape. This sometimes help to separate the points from the lines and make them more distinct. METHODS
draw_point Called for each point encountered on the line. AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-22 Chart::Clicker::Renderer::Line(3pm)
Man Page

We Also Found This Discussion For You

1. News, Links, Events and Announcements

Google charts now has a wizard

Here is a link to google charts, but wizard driven, which makes for much easier prototyping: Chart Wizard - Google Chart Tools / Image Charts (aka Chart API) - Google Code It is still in Beta, so near-future changes are likely. It gives the opportunity to experiment with your data and the way... (0 Replies)
Discussion started by: figaro
0 Replies