MapSeries gradient angle has no effect

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Jays
Newbie
Newbie
Posts: 8
Joined: Wed Dec 15, 2010 12:00 am

MapSeries gradient angle has no effect

Post by Jays » Thu Jul 14, 2011 2:35 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: MapSeries gradient angle has no effect

Post by Yeray » Tue Jul 19, 2011 11:13 am

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:

Code: Select all

MapSeries.Shapes[0].Gradient.Direction:=gdRightLeft;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply