Page 1 of 1
Display Chart Limit
Posted: Sat Apr 28, 2012 8:08 pm
by grg
I would like to create a line chart with 2 series. One the actual values and the other a set limit. I'm able to do this, but I would like to hide the series label for the limit line (the one that shows the actual values for each data point).
It appears that I can either hide all series labels, but not just for one of the series. Can this be done?
Display Chart Limit
Posted: Sun Apr 29, 2012 10:04 am
by grg
I was able to accomplish this using the "Constant Line" property.
However, I would still like to know if different series can have different label properties. For example, can one series show the labels and another hide them?
Display Chart Limit
Posted: Mon Apr 30, 2012 4:10 am
by HighAley
Hello.
Sorry for the delay with response. We need some additional time to prepare the answer for you.
Thank you.
Display Chart Limit
Posted: Mon Apr 30, 2012 4:40 pm
by grg
No problem... I found the "Show Series Labels" property and set it to "None" which gave me exactly what I needed.
Display Chart Limit
Posted: Tue May 01, 2012 11:40 pm
by Andrew
Hello,
Excellent.
Have a nice day!
Thank you.
Display Chart Limit
Posted: Wed May 02, 2012 6:45 am
by HighAley
Hello.
grg wrote:No problem... I found the "Show Series Labels" property and set it to "None" which gave me exactly what I needed.
You could also set the
Show Series Labels property of the Series to
FromSeries then the Series Labels will be taken from series but not from Chart properties.
Thank you.