February 15, 2009 at 10:43 pm
Does anyone know how to display the label at the middle of a line chart?
E.g I have a line chart which have 12 months data. I want to only display the value label in the 6th month.
February 16, 2009 at 10:26 pm
up
February 17, 2009 at 6:32 am
I don't believe that there is a way to do this as you are only given the option to either show labels or not show labels. You may be able to hack something together using a textbox in addition to the chart, but that would be a lot of extra work.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 18, 2009 at 5:29 am
Do you mean 'Point Labels'?
If so, put an IIF statement in the 'Data Label' expression of the 'Point Labels' tab to test for the month of the date value and display the label if it is the 6th month otherwise display nothing e.g.
=IIF({Month test},Month,"")
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply