How to get rid of labels on bar charts...

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ssundoro
Newbie
Newbie
Posts: 10
Joined: Wed Jun 22, 2005 4:00 am
Contact:

How to get rid of labels on bar charts...

Post by ssundoro » Mon Sep 11, 2006 3:58 pm

I need to get rid of the labels on the bar chart. For example, The axis already says "Phone Calls", "Meetings", I don't need to see it again above the bar.

Which property sets the labels to invisible?

Thanks in advance.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Sep 12, 2006 9:30 am

Hi ssundoro,

You can do it using the chart editor or using:

Code: Select all

bar1.Marks.Visible=false;
Best Regards,
Narcís Calvet / 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