phpDocumentor nChart
[ class tree: nChart ] [ index: nChart ] [ all elements ]

Class: DataSet

Source Location: /dataset.php

Class DataSet

Class Overview

Stores all the data for a chart.

Located in /dataset.php [line 382]



		
		
		
		

Methods

[ Top ]
Method Summary
DataSet   DataSet()   Creates a new DataSet object.
void   AddSeries()   Adds a new series to the DataSet.
array   GetData()   Returns an array of Series objects in the DataSet.
Range   GetXRange()   Returns the Range of the X axis.
Range   GetYRange()   Returns the Range of the Y axis.
void   Process()   Calculates the ranges of the stored data.

[ Top ]
Methods
Constructor DataSet  [line 395]

  DataSet DataSet( )

Creates a new DataSet object.



[ Top ]
AddSeries  [line 404]

  void AddSeries( Series $series  )

Adds a new series to the DataSet.

Parameters:
Series   $series:  The Series to add.


[ Top ]
GetData  [line 415]

  array GetData( )

Returns an array of Series objects in the DataSet.



[ Top ]
GetXRange  [line 424]

  Range GetXRange( )

Returns the Range of the X axis.



[ Top ]
GetYRange  [line 433]

  Range GetYRange( )

Returns the Range of the Y axis.



[ Top ]
Process  [line 441]

  void Process( )

Calculates the ranges of the stored data.



[ Top ]

Documentation generated on Thu, 27 Mar 2008 22:29:47 +0000 by phpDocumentor 1.4.1