Cory Watson > Chart-Clicker > Chart::Clicker::Renderer::CandleStick

Download:
Chart-Clicker-2.52.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

Chart::Clicker::Renderer::CandleStick

DESCRIPTION ^

Chart::Clicker::Renderer::CandleStick renders a dataset as a candlestick style bar chart.

Candlestick Chart

SYNOPSIS ^

  my $br = Chart::Clicker::Renderer::CandleStick->new();

ATTRIBUTES ^

bar_padding

How much padding to put around a bar. A padding of 4 will result in 2 pixels on each side.

brush

Set/Get the Brush to use around each bar and on each line.

AUTHOR ^

Cory G Watson <gphat@cpan.org>

SEE ALSO ^

perl(1), http://en.wikipedia.org/wiki/Candlestick_chart

LICENSE ^

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