Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Does anyone know how I can do the following:
display the value of highlighted bar in bar chart.
thanks
Not enough information. Are you referring to the value on the data point? A tooltip on hover? Do you have an example?
--john
You mean like "Value on Data Points" in Expression tab, then in Presentation tab, check "Plot values Inside Segments"?
Not enough information. Are you referring to the value on the data point? A tooltip on hover? Do you have an example?
--john
What do you mean highlighting? You want to show specific value with different color of text or graph?
In the expression window click on '+' and expand -
Write the desired expression under 'Show value' section. You need to write expression same as you wrote to highlight the bar to select Max,Min whatever.
Hi ,
You can enable one option - Value on data points in Expression tab of properties window .
Regards
Vinod
1. Select "Value on Data Points" available in expressions tab in display options for a expression. Then when you mouse over the bar, values will be displayed on the highlighted bar.
2. If you need to show values above bar, just like line chart then expand the expressions, in "Show Value" give expression as =''. This will display value on each bar of bar chart.
How did you solve it?
I have tried your suggestion but still not working. Thanks