Chart::OFC::Dataset - A set of values to be charted


Chart-OFC documentation  | view source Contained in the Chart-OFC distribution.

Index


NAME

Top

Chart::OFC::Dataset - A set of values to be charted

VERSION

Top

version 0.10

SYNOPSIS

Top

  my $dataset = Chart::OFC::Dataset->new( values => \@numbers );

DESCRIPTION

Top

This class represents a set of values that will be charted along the X axis of a chart (or as pie slices).

ATTRIBUTES

Top

This class has one attribute which may be passed to the new() method.

values

This should be an array reference containing one more numbers representing values to be plotted on the chart. On grid charts, these are plotted on the X axis.

This attribute is required, and must contain at least one value.

ROLES

Top

This class does the Chart::OFC::Role::OFCDataLines role.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Chart-OFC documentation  | view source Contained in the Chart-OFC distribution.