|
ultimix
|
Public Member Functions | |
| set ($Field, $Value) | |
| draw_y_labels ($Labels, $Color=0x000000) | |
| draw_x_labels ($DataX, $Color=0x000000, $Labels=false) | |
| get_total_client_width ($DataX) | |
| draw_graph ($DataY, $DataX, $Color=0xff0000) | |
| __construct () | |
| draw_graph_data (&$Options) | |
Data Fields | |
| $Img = false | |
| $ClientWidth = 0 | |
| $ClientHeight = 0 | |
| $ClientX = 0 | |
| $ClientY = 0 | |
| $CoordX = 0 | |
| $CoordY = 0 | |
| $DrawGrid = true | |
| $StepsX = 8 | |
| $StepsY = 6 | |
| $MarginTop = 10 | |
| $MarginBottom = 10 | |
| $MarginLeft = 10 | |
| $MarginRight = 10 | |
| $GraphCore = false | |
| $GraphUtilities = false | |
| $Security = false | |
| __construct | ( | ) |
Constructor.
Definition at line 551 of file graph.php.
| draw_graph | ( | $DataY, | |
| $DataX, | |||
$Color = 0xff0000 |
|||
| ) |
Function draws graph.
| $DataY | - Data for the graph. |
| $DataX | - Data for the graph. |
| $Color | - Color of the graph. |
| Exception | - An exception of this type is thrown. |
Definition at line 499 of file graph.php.
| draw_graph_data | ( | & | $Options | ) |
Component's view.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 618 of file graph.php.
| draw_x_labels | ( | $DataX, | |
$Color = 0x000000, |
|||
$Labels = false |
|||
| ) |
Function draws labels.
| $DataX | - Äàòà. |
| $Color | - Labels color. |
| $Labels | - Labels. |
| Exception | - An exception of this type is thrown. |
Definition at line 288 of file graph.php.
| draw_y_labels | ( | $Labels, | |
$Color = 0x000000 |
|||
| ) |
Function draws labels.
| $Labels | - Labels. |
| $Color | - Grid color. |
| Exception | - An exception of this type is thrown. |
Definition at line 190 of file graph.php.
| get_total_client_width | ( | $DataX | ) |
Function calcuates client area's width.
| $DataX | - Data for the graph. |
| Exception | - An exception of this type is thrown. |
Definition at line 337 of file graph.php.
| set | ( | $Field, | |
| $Value | |||
| ) |