Hi,
in latest VCL version 2011.03.30407 Pro under Delphi XE the following property has not effect any more:
MapSeries.Shapes[0].Gradient.Angle:=X
The drawing result is only dependent (overwritten) on MapSeries.Shapes[0].Gradient.Direction
The "angle" property worked fine in the previous versions!
Any idea?
Thanks
Jo
MapSeries gradient angle has no effect
Re: MapSeries gradient angle has no effect
Hello jo,
You are right. I could reproduce it so I've added it to the defect list to be revised for future releases (TV52015668).
In the meanwhile I'm afraid you can only use the predefined gradient directions (gdTopBottom, gdBottomTop, gdLeftRight, gdRightLeft, gdFromCenter, gdFromTopLeft, gdFromBottomLeft, gdRadial, gdDiagonalUp and gdDiagonalDown). For example:
You are right. I could reproduce it so I've added it to the defect list to be revised for future releases (TV52015668).
In the meanwhile I'm afraid you can only use the predefined gradient directions (gdTopBottom, gdBottomTop, gdLeftRight, gdRightLeft, gdFromCenter, gdFromTopLeft, gdFromBottomLeft, gdRadial, gdDiagonalUp and gdDiagonalDown). For example:
Code: Select all
MapSeries.Shapes[0].Gradient.Direction:=gdRightLeft;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |