debian man page for chart::clicker::renderer::line

Query: chart::clicker::renderer::line

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
chart::clicker::data::marker(3pm) - debian
chart::clicker::data::range(3pm) - debian
chart::clicker::data::series::size(3pm) - debian
chart::clicker::positioned(3pm) - debian
chart::clicker::renderer::stackedarea(3pm) - debian
Similar Topics in the Unix Linux Community
Script to check a file and replace some of the contents
Deleting every other Line in VI
SED programming
Read File Line by Line
sed command to Insert a line before the last four lines of the file