x labels on ColorGridSeries
Posted: Tue Aug 09, 2005 3:57 pm
I am using a ColorGridSeries to image my data. When I Call AddXYZ I pass loop control variable for x and z params and my data as y. My image looks good but labels go from 1 to 256. I want to change the labels to feet which will run from +/- 3.38902 with an increment of 0.0264.
I set Axes.Bottom.Minimum, Maximum and Increment to the numbers above. When I call AddXYZ, I pass Minimum + lcv * increment. When I do this, my plot no longer looks any good.
What am I doing wrong? Do I need a different plot type? All examples have axes labels 1..n. I don't want my axes to be labeled 1..n, I need to get the labels in feet.
Thanks in advance,
Dave
I set Axes.Bottom.Minimum, Maximum and Increment to the numbers above. When I call AddXYZ, I pass Minimum + lcv * increment. When I do this, my plot no longer looks any good.
What am I doing wrong? Do I need a different plot type? All examples have axes labels 1..n. I don't want my axes to be labeled 1..n, I need to get the labels in feet.
Thanks in advance,
Dave