setBarGradient( new LinearGradient( new LightBlue(25), new VeryLightOrange(25), 90 ) ); $plot->setSpace(5, 5, NULL, NULL); $plot->barShadow->setSize(4); $plot->barShadow->setPosition(Shadow::RIGHT_TOP); $plot->barShadow->setColor(new Color(180, 180, 180, 10)); $plot->barShadow->smooth(TRUE); $graph->add($plot); $graph->draw(); ?>