Legend in Bubble Chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
nikitenko@dataart.com
Newbie
Newbie
Posts: 21
Joined: Mon Mar 27, 2006 12:00 am

Legend in Bubble Chart

Post by nikitenko@dataart.com » Tue Aug 22, 2006 10:13 am

Hello All,

I built buble chart ((2.0.2306.26232) on form (WinForm, C#)) and could't ajust the legend labels to the left toward the color. Now the text in legend is adjusted to the right and there is an empty space between color and text.

Please, any ideas how I can do it.

Thanks.

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

Post by Pep » Mon Aug 28, 2006 7:43 am

Hi,

you should be able to do it using :
tChart1.Legend.Symbol.Position =Steema.TeeChart.LegendSymbolPosition.Right;

Post Reply