sizey = $_GET['sizey']; $graph->sizex = $_GET['sizex']; } if ( isset($_GET['MBottom']) ) { $graph->MarginBottom = $_GET['MBottom']; } if ( isset($_GET['EndDateYear']) ) $graph->PrepareDate($_GET['StartDateMonth'],$_GET['StartDateDay'],$_GET['StartDateYear'],$_GET['EndDateMonth'],$_GET['EndDateDay'],$_GET['EndDateYear']); if ( isset($_GET['legend']) ) $graph->Leg = $_GET['legend']; if ( isset($_GET['elapsed']) ) $graph->elapsed = $_GET['elapsed']; if (!isset($_GET['modo_graph']) ) $graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title']); else if (!isset($_GET['xlabel'])) $graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title'],$_GET['modo_graph']); else if (!isset($_GET['ylabel'])) $graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title'],$_GET['modo_graph'],$_GET['xlabel']); else $graph->BCreate ($_GET['server'],$_GET['tipo_dato'],$_GET['title'],$_GET['modo_graph'],$_GET['xlabel'],$_GET['ylabel']); ?>