NAME
Chart::Clicker::Data::DataSet
DESCRIPTION
Chart::Clicker::Data::DataSet is the core class
SYNOPSIS
METHODS
Constructors
- new()
-
Creates a new, empty DataSet
- $count = $ds->count()
-
Get the number of series in this dataset.
- $series = $ds->series(\@series)
-
Set/Get the series for this DataSet
- $ds->prepare()
-
Prepare this DataSet.
- $rr = $ds->range()
-
Get the Range for the... range values...
- $dr = $ds->domain()
-
Get the Range for the domain values
- $kc = $ds->max_key_count()
-
Get the number of keys in the longest series.
AUTHOR
Cory 'G' Watson <jheephat@gmail.com>