Graphs - Data labels in bar graphs
1. I have a stacked bar graph consisting of two data points. If I turn on the data labels, it prints the values for both data points. I only want to print the data values for one of the data points on each bar. Is this possible?
2. I have a stock-candle graph. If I turn on the data labels, it prints the closing value. How does it know I want to see the close and not the open? Actually, I want to see the difference between the open and close (essentially, the height of the bar). Is it possible to specify which value to display?