Daylight Chart 2.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Daylight Chart 2.8 (Default branch)
# 1  
Old 12-28-2008
Daylight Chart 2.8 (Default branch)

ImageDaylight Chart shows sunrise and sunset times inan attractive chart for any location in the world.The effect of daylight savings time is alsodisplayed. Charts can be exported to image files.License: GNU General Public License (GPL)Changes:
This release speeds up the loading of locationsdata. Daylight Chart can read the modified formatfor GNIS files, since the file formats havechanged. A new project, Geographical Names, iscreated for the parsing of GNIS files and GNSfiles.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Chart::Clicker::Data::Series::Size(3pm) 		User Contributed Perl Documentation		   Chart::Clicker::Data::Series::Size(3pm)

NAME
Chart::Clicker::Data::Series::Size - Chart data with additional attributes for Size charts VERSION
version 2.83 SYNOPSIS
use Chart::Clicker::Data::Series::Size; my @keys = (); my @values = (); my @sizes = (); my $series = Chart::Clicker::Data::Series::Size->new({ keys => @keys, values => @values, sizes => @sizes }); DESCRIPTION
Chart::Clicker::Data::Series::Size is an extension of the Series class that provides storage for a third variable called the size. This is useful for the Bubble renderer. ATTRIBUTES
sizes Set/Get the sizes for this series. max_size Gets the largest value from this Series' "sizes". min_size Gets the smallest value from this Series' "sizes". METHODS
add_to_sizes Adds a size to this series. get_size Get a size by it's index. size_count Gets the count of sizes in this series. 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::Series::Size(3pm)