Image in bottom wall

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
iamjoosy
Newbie
Newbie
Posts: 3
Joined: Thu Aug 04, 2005 4:00 am
Location: Germany

Image in bottom wall

Post by iamjoosy » Thu Aug 11, 2005 4:54 pm

Is it possible to have an image placed in the bottom wall as it can be done in the back wall (i.e. streched in my case) ?

Pep
Site Admin
Site Admin
Posts: 3278
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Aug 12, 2005 8:03 am

Hi,

yes, you can place an image either at design time (via Editor) or at runtime using :
Chart1.Walls.Bottom.Brush.Image.LoadFromFile('c:\image.bmp');
But this image cannot be streched,

Post Reply