This question is locked. New answers and comments are not allowed.
I have small craft flight data that I would like to display on a chart. The series looks something like this (where x is kilometers distance and y is kilometers altitude):
x=0, y=0
x=1, y=.5
x=2, y=.905
x=4, y=1.4
x=5, y=2.1
x=6, y=2.00
So as the plane travels 1, 2, 3 etc kilometers on its trip I want to show the altitude also in kilometers. It's important that the scale (or step?) of the x axis is the same as the y axis so that the actual angles of ascent or descent are displayed.
I've played with AutoRange, Step, MinValue and MaxValue but the chart always appears exactly the same. I cannot get the two axis to layout at the same scale and I cannot get the horizontal axis to be wider than the screen (ZoomScrollSettingsX.ScrollMOde is set to ScrollMode.ScrollOnly).
Any tips?
x=0, y=0
x=1, y=.5
x=2, y=.905
x=4, y=1.4
x=5, y=2.1
x=6, y=2.00
So as the plane travels 1, 2, 3 etc kilometers on its trip I want to show the altitude also in kilometers. It's important that the scale (or step?) of the x axis is the same as the y axis so that the actual angles of ascent or descent are displayed.
I've played with AutoRange, Step, MinValue and MaxValue but the chart always appears exactly the same. I cannot get the two axis to layout at the same scale and I cannot get the horizontal axis to be wider than the screen (ZoomScrollSettingsX.ScrollMOde is set to ScrollMode.ScrollOnly).
Any tips?