crosshatching
Posted: Mon Nov 07, 2011 9:09 pm
I'm trying to add a crosshatch pattern to a rectangle as well as a color. I'm not having any luck.
How do you do this ?
How do you do this ?
Code: Select all
$area = new Area($chart1->getChart());
$area->fillSampleValues();
$area->getAreaBrush()->setStyle(HatchStyle::$BACKWARDDIAGONAL);