Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a couple of line charts in one graph.
I show value for a certain date in the entire year using each line's Show value.
Because the line graphs are near to each other, the value displayed is overlapping each other.
How do i position the show value?
Thank you.
You don't. You can only show or not show it. You can click on the + in front of the expression, select the Show Value option and enter an expression that returns 0 (false) or any other number (true) to show or not show the value for that data point. You could for example use that to show only the minimum and maximum value or only for every third dimension value.
if(rank(sum(Value))=1 or rank(-sum(Value))=1,1,0)
if(Mod(RowNo(),3)=0,1,0)
Change the setting in the Presentation tab,
