I try to set the number of minor increments on a XY graph. I use the
YScale.range proerty group to set the markers (uniform markers).
ex. : increment = 20
minor increment = 4
start = -80, minimum = -80, maximum = 80
there should be 8 increments and five minor increments per
increment but there's only 4
It works properly with these settings :
increment = 10
minor increment = 2
start = -40, minimum = -40, maximum = 40
dY=1 and Y0=0, and changing the size of the graph doesn't change
anything.
Any idea? Thanks a lot...