t-chart point graph

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
cs_ech
Newbie
Newbie
Posts: 14
Joined: Mon Oct 02, 2006 12:00 am

t-chart point graph

Post by cs_ech » Mon Aug 03, 2009 9:18 pm

I need to remove the data bar that appears on the right hand side of a point graph. I havent been able to figure out how to do that myself. Pls advise.
I would also like to increase the length of the graph grid once the data bar disappears.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: t-chart point graph

Post by Sandra » Tue Aug 04, 2009 8:08 am

Hello cs_ech,
I need to remove the data bar that appears on the right hand side of a point graph. I havent been able to figure out how to do that myself. Pls advise.
I would also like to increase the length of the graph grid once the data bar disappears.
You are referring to remove legend of chart? Because you hide the legend only you needs puts this line in your code, length of the graph grid change
automatically:

Code: Select all

tChart1.Legend.Visible= false;
But, if this not your problem, please you can explain exactly what are you do. You could send us a simple project or image that
containing your problem. Now, you can attach your information directly in forums post.


Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply