Page 1 of 1

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

Posted: Mon Sep 11, 2006 3:58 pm
by 9787319
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.

Posted: Tue Sep 12, 2006 9:30 am
by narcis
Hi ssundoro,

You can do it using the chart editor or using:

Code: Select all

bar1.Marks.Visible=false;