Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
how do i limit the Y-axis to 100% instead of 120% even though my chart is a relative accumulative that will hit 100% no matter what
Morning,
Maybe you can play around in Axes Tab. Follow this
Regards,
Sokkorn
Hi,
Try like this
Chart Properties -> Axes tab -> Select Expression in Expressions -> Set
Static Min = 0
Static Max = 1
Static Step = 0.1 (10 Intervals 10 %, 20%, 30%,...100%) or 0.2 (5 Intervals 20%, 40%, ....100%)
Hope this helps you.
Regards,
Jagan.