Openchart2 1.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Openchart2 1.3 (Default branch)
# 1  
Old 01-09-2008
Openchart2 1.3 (Default branch)

ImageOpenchart2 is a simple charting and plottinglibrary designed for incorporation with a varietyof Java applications. The library can generate twodimensional bar, pie, radar, and scatter chartswith customized titles, axis labels, legends, andcolors. The simplicity of the library is itsstrongest feature. Openchart2 is a branch of theoriginal JOpenChart library.License: GNU Lesser General Public License (LGPL)Changes:
This release fixes some final outstanding issuespresent in 1.3_RC2. Specifically, coordinatesystem objects now listen for changes to datamodels to ensure proper chart data transformationand rendering with dynamic data models. The APIhas been changed to simplify setting and gettingof data model maxima and minima. Final bugfixeshave resolved issues observed in rendering dynamicdata in Apache Harmony and Java SE 6 runtimes.Image

More...
Login or Register to Ask a Question

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

NAME
Chart::Clicker::Renderer::Bar - Bar renderer VERSION
version 2.83 SYNOPSIS
my $br = Chart::Clicker::Renderer::Bar->new; DESCRIPTION
Chart::Clicker::Renderer::Bar renders a dataset as bars. NEGATIVE BARS
If you'd like to render both "negative and positive" bars, look at Chart::Clicker::Axis's "baseline" attribute. Setting it will result in something like this: bar_padding How much padding to put around a bar. A padding of 4 will result in 2 pixels on each side. ATTRIBUTES
bar_width Allows you to override the calculation that determines the optimal width for bars. Be careful using this as it can making things look terrible. Note that this number is divided evenly between all the values in a series when charting multiple series. brush Set/Get the brush to use around each bar. opacity Set/Get the alpha value to make each bar more or less opaque. 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::Renderer::Bar(3pm)