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 ?
Steema Software - Customer Support Forums
https://407832.verdetrade-hk.tech/support/
https://407832.verdetrade-hk.tech/support/viewtopic.php?f=11&t=12772
Code: Select all
$area = new Area($chart1->getChart());
$area->fillSampleValues();
$area->getAreaBrush()->setStyle(HatchStyle::$BACKWARDDIAGONAL);