DOKK / manpages / debian 12 / libchart-clicker-perl / Chart::Clicker::Renderer::Area.3pm.en
Chart::Clicker::Renderer::Area(3pm) User Contributed Perl Documentation Chart::Clicker::Renderer::Area(3pm)

Chart::Clicker::Renderer::Area - Area renderer

version 2.90

  my $ar = Chart::Clicker::Renderer::Area->new({
      fade => 1,
      brush => Graphics::Primitive::Brush->new({
          width => 2
      })
  });

Chart::Clicker::Renderer::Area renders a dataset as line-like polygons with their interior areas filled.

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>

This software is copyright (c) 2016 by Cory G Watson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2022-10-14 perl v5.34.0