debian man page for chart::clicker::data::marker

Query: chart::clicker::data::marker

OS: debian

Section: 3pm

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

Chart::Clicker::Data::Marker(3pm)			User Contributed Perl Documentation			 Chart::Clicker::Data::Marker(3pm)

NAME
Chart::Clicker::Data::Marker - Highlight arbitrary value(s)
VERSION
version 2.83
SYNOPSIS
use Chart::Clicker::Data::Marker; use Graphics::Color::RGB; use Graphics::Primitive::Brush; my $cc = Chart::Clicker->new; my $mark = Chart::Clicker::Data::Marker->new( color => Graphics::Color::RGB->new, brush => Graphics::Primitive::Brush->new, key => 12, value => 123, # Optionally key2 => 13, value => 146 ); my $ctx = $cc->get_context('default'); $ctx->add_marker($mark); $cc->write_output('foo.png');
DESCRIPTION
Used to highlight a particular key, value or range of either. value2 Set/Get the value2 for this marker. This represents a second point on the range and is used to specify a range.
ATTRIBUTES
brush Set/Get the brush for this Marker. color Set/Get the color for this marker. inside_color Set/Get the inside color, which will be used if this range has two keys and two values. key Set/Get the key for this marker. This represents a point on the domain. key2 Set/Get the key2 for this marker. This represents a second point on the domain and is used to specify a range. value Set/Get the value for this marker. This represents a point on the range.
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::Data::Marker(3pm)
Related Man Pages
chart::clicker::context(3pm) - debian
chart::clicker::data::series::size(3pm) - debian
chart::clicker::decoration::overaxis(3pm) - debian
chart::clicker::renderer::line(3pm) - debian
chart::clicker::renderer::polararea(3pm) - debian
Similar Topics in the Unix Linux Community
SNPfile 2.0.0 (Default branch)
DoD IA Policy Chart
US DoD SDLC
Data validation engine
O'Reilly Site Lists 165 Things Every Programmer Should Know