I have a plot which displays as Bar style.
I'd like to change the reference axis of the bar from 0 to something else.
Exemple :
plot series values : 2 - 4 - 3 - 4
axis reference values : 10 - 10 - 20 - 10
plot values : 12 (10+2) - 14 - 23 -14
Can you explain to me how to achieve this light mod ? Thank you.

Comment