NAME
Chart::Clicker::Data::Series
DESCRIPTION
Chart::Clicker::Data::Series is the core class
SYNOPSIS
METHODS
Constructors
- new()
-
Creates a new, empty Series
- $name = $series->name($name)
-
Set/Get the name for this Series
- $keys = $series->keys(\@keys)
-
Set/Get the keys for this series.
- $values = $series->values(\@values)
-
Set/Get the values for this series.
- $series->prepare()
-
Prepare this series. Performs various checks and calculates various things.
- $range = $self->range();
-
Returns the range for this series.
- $length = $self->max_key_length()
-
Returns the length of the longest key in this series.
- $count = $self->key_count()
-
Return a count of the number of keys in this series. Only available after the series has been prepared.
- $count = $self->value_count()
-
Return a count of the number of values in this series. Only available after the series has been prepared.
AUTHOR
Cory 'G' Watson <jheephat@gmail.com>