How do I center the Lengend?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Jeff Motter
Newbie
Newbie
Posts: 5
Joined: Fri May 28, 2004 4:00 am

How do I center the Lengend?

Post by Jeff Motter » Thu Jul 08, 2004 8:14 pm

I have a legend positioned at the bottom of a chart. The legend is not horizontally centered to the control. It is centered on the "grid" of the chart.

I have "Resize Chart" selected. "Margin" and "Position Offset%" do not seem to make the legend center themselves.

Any ideas?

Jeff
Last edited by Jeff Motter on Mon Jul 12, 2004 12:20 pm, edited 1 time in total.

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

Post by Pep » Fri Jul 09, 2004 8:02 am

Hi Jeff,

you can align it using :
tChart1.Legend.TopLeftPos = 0;

Jeff Motter
Newbie
Newbie
Posts: 5
Joined: Fri May 28, 2004 4:00 am

Post by Jeff Motter » Fri Jul 09, 2004 12:11 pm

Is there a way to do it in the Editor during design as well?

Jeff

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

Post by Pep » Mon Jul 12, 2004 10:52 am

Hi Jeff,

no, there's no way that I know of. I'll add on our wish list to be considered for the next releases.

Post Reply