Origin Ver. and Service Release: OriginPro 8G SR1
Operating System: Win XP SP3
Hi,
I'm quite new to Origin and I want to "automate" a plot.
I could manage to load a Excel File and to plot it with a template.
First question:
Now I want to modify the Increment of the x-Axis to 0.25. I tried with
Axis axesX = grphLayer.XAxis;
axesX.Scale.From.dVal = -1;
axesX.Scale.To.dVal = 1;
axesX.Scale.IncrementBy.dVal = 1/4;
But only the "From" and "To" values changed in the graph. Not the ticks. Is this the wrong command?
Second question:
I want to change the settings for the levels of the color map of the graph. I want a minimum value of 0.1 and a maximum value of 0.8 and 8 for the number of levels. How can I set this with OriginC?
Third question:
How can I set the first row of the book as long name with OriginC?
Hopefully someone can help me
Thanks a lot!