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

Class: DataPt

Source Location: /dataset.php

Class DataPt

Class Overview

Encapsulates a data point.

Located in /dataset.php [line 53]



		
		
		
		

Properties

Methods

[ Top ]
Property Summary
string   $Name   Value name.
number   $X   The X value.
number   $Y   The Y value.

[ Top ]
Method Summary
DataPt   DataPt()   Creates a new DataPt object.

[ Top ]
Properties
string   $Name [line 71]

Value name.


[ Top ]
number   $X [line 59]

The X value.


[ Top ]
number   $Y [line 65]

The Y value.


[ Top ]
Methods
Constructor DataPt  [line 79]

  DataPt DataPt( number $x, number $y, [string $name = ""]  )

Creates a new DataPt object.

Parameters:
number   $x:  The X value.
number   $y:  The Y value.
string   $name:  The name of the point.


[ Top ]

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