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.
Back Image Custom Position
Hello,
this properties can only be assigned via code since the TeeChart Pro v8, by using :
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
Pep Jorge
http://support.steema.com
http://support.steema.com