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.
How to get rid of labels on bar charts...
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi ssundoro,
You can do it using the chart editor or using:
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 |
Instructions - How to post in this forum |