setFilledArea(7, 9, new DarkGreen(25)); // Filled the area with a gradient $gradient = new LinearGradient( new Yellow(25), new Orange(25), 90 ); $plot->setFilledArea(1, 4, $gradient); // Hide first label $plot->xAxis->label->hideFirst(TRUE); $graph->add($plot); $graph->draw(); ?>