Data Labels for some threshold

R

rayray

I'm graphing percentages and I'd like to have data labels for only
those that go above a certain threshold, say 85%. I'd like a box that
shows which chDimFilter the value applies to. Is this possible?

Is there better documentation to OWC somewhere that I'm missing?

Thanks,
/rr
 
A

Alvin Bruney [MVP]

You have to custom build it in code. The strategy is to examine each point
using the chpoint object and set it's visibility to false if it fails the
test.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top