Chart::OFC2::HBarValues - OFC2 values for horizontal bar charts object


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

Index


NAME

Top

Chart::OFC2::HBarValues - OFC2 values for horizontal bar charts object

SYNOPSIS

Top

DESCRIPTION

Top

PROPERTIES

Top

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

METHODS

Top

new()

Object constructor.

_new_from_arrayref

Top

Allow object creation by coerce of ArrayRef.

TO_JSON()

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

NOTE: values are reversed. This is done so that the y_axis-labels> match to the values properly.

AUTHOR

Top

Jozef Kutej


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