The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chart::Clicker::Decoration::Marker

DESCRIPTION

Used to highlight a particular value.

SYNOPSIS

 use Chart::Clicker::Decoration::Marker;
 use Chart::Clicker::Drawing::Color;
 use Chart::Clicker::Drawing::Stroke;

 my $mark = Chart::Clicker::Decoration::Marker({
    color => new Chart::Clicker::Drawing::Color({ name => 'red' }),
    stroke => new CHart::Clicker::Drawing::Stroke(),
    value => 123
 });

METHODS

Constructor

new

Class Methods

color

Set/Get the color for this marker.

stroke

Set/Get the stroke for this Marker.

value

Set/Get the value for this marker.

AUTHOR

Cory 'G' Watson <gphat@cpan.org>

SEE ALSO

perl(1)

LICENSE

You can redistribute and/or modify this code under the same terms as Perl itself.