Replace -ve labels by +ve labels and re-arrange the order for Graduated ticks

How to Replace -ve labels values by +ve labels values and re-arrange the order for Graduated ticks in the following diagram:

My requirement is to replace the following values in the above daigram:

-24, -23, -22, -21 … -4, -3, -2, -1

By :

1, 2, 3, 4 … 21, 22, 23, 24

Thanks.

Looks like you need to change the graduatedMin and graduatedMax values.