Chart::OFC2::PieValues - OFC2 values for pie charts object


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

Index


NAME

Top

Chart::OFC2::PieValues - OFC2 values for pie charts object

SYNOPSIS

Top

DESCRIPTION

Top

PROPERTIES

Top

    has 'values' => ( is => 'rw', isa => 'ArrayRef', );
    has 'texts'  => ( is => 'rw', isa => 'ArrayRef',  );

METHODS

Top

new()

Object constructor.

_new_from_arrayref

Top

Allow object creation by coerce of ArrayRef.

TO_JSON()

Returns HashRef that is possible to give to encode_json() function.

AUTHOR

Top

Jozef Kutej


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