Back Image Custom Position

TeeChart for ActiveX, COM and ASP
Post Reply
nbp
Newbie
Newbie
Posts: 83
Joined: Mon Sep 18, 2006 12:00 am

Back Image Custom Position

Post by nbp » Tue Oct 28, 2008 9:55 pm

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.

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

Post by Pep » Mon Nov 03, 2008 10:43 am

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

Post Reply