Changing X and Y axis scale of graph without transform

Is there a way to scale x axis and y axis differently without scaling the underlying data using a transform filter?
Zooming in using camera or view options is decreasing resolution.
I am using transform1.Transform.Scale and renderView1.AxesGrid.DataScale to first scale the underlying data and then change what’s written on the axis.
I have data ranging from 0 to 2 on y axis and 0 to 500 on x axis. How do i view the graph conviniently?