Legend OffsetPosition

TeeChart for ActiveX, COM and ASP
Post Reply
MFCCoding
Newbie
Newbie
Posts: 2
Joined: Thu Feb 25, 2010 12:00 am

Legend OffsetPosition

Post by MFCCoding » Mon Mar 15, 2010 4:00 pm

Could someone help with a legend offsetposition% issue? I can't seen to find the property at runtime, if using the built in editor I can see it under the "Legend" "Position" tab of the dialog. I need to change the default of 10% to 0%. I'm currently using the activex control, version 8.0.0.7.09908 under VS2005 with MFC.

Thanks...

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

Re: Legend OffsetPosition

Post by Yeray » Tue Mar 16, 2010 10:41 am

Hi MFCCoding,

I think that the property you are looking for is the legend's TopPos property. I've tried it in TeeChart AX 8.0.0.8 in Visual Basic 6:

Code: Select all

TChart1.Legend.TopPos = 50
If you still have problems with it, please send us a simple example MFC project we can run as-is to reproduce the problem here.
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

MFCCoding
Newbie
Newbie
Posts: 2
Joined: Thu Feb 25, 2010 12:00 am

Re: Legend OffsetPosition

Post by MFCCoding » Tue Mar 16, 2010 7:11 pm

Yeray,

I set the value to zero (not 50) and it worked as I would expect.

Thanks for the quick response.

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

Re: Legend OffsetPosition

Post by Yeray » Wed Mar 17, 2010 8:51 am

Hi MFCCoding,

I'm glad to be helpful.
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