Arduino Code Troubleshooting

xaxis is a pin number (A3). You need to read the value of xaxis with analogRead and assign that to a variable
( value = analogRead(xaxis); then if(value >=0)