Series Series(
string
$name, [Value
$val = null]
)
|
|
Creates a new Series object.
Parameters:
|
string |
$name: |
The name of the series. |
|
Value |
$val: |
A value to add to the series. |
Adds a DataPt to the Series.
Parameters:
void AddValue(
Value
$val
)
|
|
Adds a Value to the Series.
Parameters:
|
Value |
$val: |
The value to add. |
Returns the name of the Series.
Returns an array of the stored DataPts.
Returns the Range of the Values.
Returns an array of the stored Values.
Returns the Range of the X axis.
Returns the Range of the Y axis.
Returns if this series is full of Value objects.
Calculates the ranges of the stored data.