Page 1 of 1

Back Image Custom Position

Posted: Tue Oct 28, 2008 9:55 pm
by 9532498
How do I set the property (in the code) to access the Back Image Custom Position. I'm using TChart V7 ActiveX. In the documentation I can't find any properties for the "Panel" that relate to the custom position of the image.

Thanks.

Posted: Mon Nov 03, 2008 10:43 am
by Pep
Hello,

this properties can only be assigned via code since the TeeChart Pro v8, by using :

Code: Select all

TChart1.Panel.BackImage.Mode = pbmCustom
TChart1.Panel.BackImage.Left = 50
TChart1.Panel.BackImage.Top = 50