XBox 360 controller right stick - how to read vertical axis?

It seems to only read horizontal data?

This is my code:

float axis = Input.GetAxis("360_RightStick") 
Debug.Log(axis);

But pressing up or down on the right stick is all zeroes. Is there a way to get vertical data?

Never mind, it’s another joystick axis. Figured it out.