Chart
[ class tree: Chart ] [ index: Chart ] [ all elements ]

Class: Chart_Data

Source Location: /vendors/svgChart/Chart.php

Class Overview

PEAR
   |
   --Chart_Data

This class represents an object in a chart, i.e. a line in a line diagram, a piece of pie in a pie chart and so on.


Variables

Methods



Class Details

[line 183]
This class represents an object in a chart, i.e. a line in a line diagram, a piece of pie in a pie chart and so on.



[ Top ]


Class Variables

$desc =

[line 189]

Description of the data object.



Tags:

access:  public

Type:   string


[ Top ]

$value =

[line 196]

Value of the data object.



Tags:

access:  public

Type:   float


[ Top ]



Class Methods


constructor Chart_Data [line 206]

void Chart_Data( string $value, [float $desc = ""])

The constructor.

It receives the description o the data, not needed, but for some chart types useful, and, as a float, the value of the data.




Parameters:

string   $value   Description
float   $desc   Value

[ Top ]


Documentation generated on Mon, 05 Sep 2011 20:32:12 -0500 by phpDocumentor 1.4.3