Umfragen
chart Class Reference
Inheritance diagram for chart:
barChart doughnutChart pieChart radarChart

Public Member Functions

 __construct ()
 test_many_colors ()
 set_config ($name, $value)
 get_config ($name)
 __get ($name)
 __set ($name, $value)
 display_generic ($method)
 display function generic part.

Protected Attributes

 $data = array( )
 $data_js = ""
 $colors
 $config

Detailed Description

Definition at line 355 of file chart.class.php.

Constructor & Destructor Documentation

__construct ( )

Definition at line 362 of file chart.class.php.

Member Function Documentation

__get (   $name)

Definition at line 425 of file chart.class.php.

__set (   $name,
  $value 
)

Definition at line 431 of file chart.class.php.

display_generic (   $method)

display function generic part.

Parameters
string$methodthe javascript method, specific to each charttype

Definition at line 441 of file chart.class.php.

get_config (   $name)

Definition at line 415 of file chart.class.php.

set_config (   $name,
  $value 
)

Definition at line 407 of file chart.class.php.

test_many_colors ( )

Definition at line 391 of file chart.class.php.

Field Documentation

$colors
protected

Definition at line 359 of file chart.class.php.

$config
protected

Definition at line 360 of file chart.class.php.

$data = array( )
protected

Definition at line 356 of file chart.class.php.

$data_js = ""
protected

Definition at line 357 of file chart.class.php.


The documentation for this class was generated from the following file: