NAME

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

VERSION

version 2.90

SYNOPSIS

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

DESCRIPTION

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

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 <[email protected]> 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.

Questions & Answers

Helpful answers and articles about Chart::Clicker::Renderer::Area you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search