table of contents
Chart::Clicker::Decoration::Annotation(3pm) | User Contributed Perl Documentation | Chart::Clicker::Decoration::Annotation(3pm) |
NAME¶
Chart::Clicker::Decoration::Annotation - Text annotation over data
VERSION¶
version 2.90
DESCRIPTION¶
A text annotation that can be put over a chart. You can find an example of an Annotation at <http://gphat.github.com/chart-clicker/static/images/examples/annotation.png>.
ATTRIBUTES¶
axis_height¶
Set/Get the height of the OverAxis that will be drawn.
background_color¶
Set/Get the background color for this Annotation.
color¶
Set/Get the font color for this Annotation.
context¶
Set/Get the context that this Annotation should use.
key¶
Set/Get the x-axis value for the position of the Annotation.
layout_manager¶
The layout manager to use for this overaxis. Defaults to a Layout::Manager::Absolute.
offset¶
Set/Get the offset from (key,value) for the position of the Annotation.
text¶
Set/Get the Annotation text.
value¶
Set/Get the y-axis value for the position of the Annotation.
AUTHOR¶
Cory G Watson <gphat@cpan.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2014 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.
AUTHOR¶
Cory G Watson <gphat@cpan.org>
COPYRIGHT AND LICENSE¶
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 |