Alternc  latest
Alternc logiel libre pour l'hébergement
stats_members.php File Reference

Go to the source code of this file.

Variables

 $Graph =& Image_Graph::factory('graph', array(800, 600))
 
 $total =& Image_Graph::factory('Image_Graph_Dataset_Trivial')
 
 $units =& Image_Graph::factory('Image_Graph_Dataset_Trivial')
 
 $i = 0
 
while($db->next_record()) $Datasets [] = $total
 
 $Plot =& $Plotarea->addNew('bar', array($Datasets, 'stacked'))
 
 $AxisX =& $Plotarea->getAxis(IMAGE_GRAPH_AXIS_X)
 
 $FillArray =& Image_Graph::factory('Image_Graph_Fill_Array')
 
 $Marker =& $Plot->addNew('Image_Graph_Marker_Value', IMAGE_GRAPH_VALUE_Y)
 

Variable Documentation

◆ $AxisX

$AxisX =& $Plotarea->getAxis(IMAGE_GRAPH_AXIS_X)

Definition at line 64 of file stats_members.php.

◆ $Datasets

$Datasets[] = $total

Definition at line 60 of file stats_members.php.

◆ $FillArray

$FillArray =& Image_Graph::factory('Image_Graph_Fill_Array')

Definition at line 72 of file stats_members.php.

◆ $Graph

$Graph =& Image_Graph::factory('graph', array(800, 600))

Definition at line 34 of file stats_members.php.

◆ $i

$i = 0

Definition at line 54 of file stats_members.php.

◆ $Marker

$Marker =& $Plot->addNew('Image_Graph_Marker_Value', IMAGE_GRAPH_VALUE_Y)

Definition at line 81 of file stats_members.php.

◆ $Plot

$Plot =& $Plotarea->addNew('bar', array($Datasets, 'stacked'))

Definition at line 62 of file stats_members.php.

◆ $total

$total =& Image_Graph::factory('Image_Graph_Dataset_Trivial')

Definition at line 49 of file stats_members.php.

Referenced by pager().

◆ $units

$units =& Image_Graph::factory('Image_Graph_Dataset_Trivial')

Definition at line 51 of file stats_members.php.

Referenced by m_quota\get_size_unit().