Libchart

Simple PHP chart drawing library
  • Introduction
  • Download
  • Sample Code
  • Reference API
  • Links
  • Main Page
  • Classes
  • Directories
  • Class List
  • Class Members

XYDataSet Class Reference

List of all members.

Public Member Functions

 XYDataSet ()
 addPoint ($point)
 getPointList ()

Detailed Description

Set of data in the form of (x, y) items.

Author:
Jean-Marc Trémeaux (jm.tremeaux at gmail.com) Created on 10 may 2007


Member Function Documentation

XYDataSet::XYDataSet (  ) 

Constructor of XYDataSet.

XYDataSet::addPoint ( $  point  ) 

Add a new point to the dataset.

Parameters:
Point Point to add to the dataset

XYDataSet::getPointList (  ) 

Getter of pointList.

Returns:
List of points.


The documentation for this class was generated from the following file:
  • XYDataSet.php

Site last modified August 13th, 2007 by Jean-Marc Trémeaux