Display Error Bar values on chart?

  • Thread starter Thread starter robotman
  • Start date Start date
R

robotman

Is there a way to display the error bar values on a chart (similar to
how you display the data point value)?

Thanks.

John
 
You would have to add a hidden XY series with points near the error bar
endpoints (or midpoints), and assign custom labels to these points. Use one
of these utilities for the labels:

Rob Bovey's Chart Labeler, http://appspro.com
John Walkenbach's Chart Tools, http://j-walk.com

- Jon
 
Back
Top