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 ?
crosshatching
Re: crosshatching
Hello,
I've seen setting a pattern to a series brush doesn't seem to take effect. I've added it to the defect list to be revised for future releases (TF90015821).
For example the setStyle call here doesn't seem to do anything:
I've seen setting a pattern to a series brush doesn't seem to take effect. I've added it to the defect list to be revised for future releases (TF90015821).
For example the setStyle call here doesn't seem to do anything:
Code: Select all
$area = new Area($chart1->getChart());
$area->fillSampleValues();
$area->getAreaBrush()->setStyle(HatchStyle::$BACKWARDDIAGONAL);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |