Origin Ver. and Service Release (Select Help-->About Origin): 8.1G SR1
Operating System:Windows 2000 Proffesional
I would like to access the colormap/contour (Farbpalette/Kontur) properties with LabTalk. I am creating a contour plot from matrix with:
worksheet -p 226;
After that creating the scale with:
run.section(Standard,Spectrum);
After that placing the scale with "graphicobject.propert":
SPECTRUM1.X=xxx;
...
After that manipulating the scale like:
LAYER1.CMAP.COLORABOVE=xxx;
LAYER1.CMAP.COLORBELOW=xxx;
LAYER1.CMAP.COLORHIGH=xxx;
LAYER1.CMAP.COLORLOW=xxx;
LAYER1.CMAP.COLORMISS=xxx;
LAYER1.CMAP.COLORMIXMODE=1;
LAYER1.CMAP.Z1=xx;
LAYER1.CMAP.COLOR1=xxx;
LAYER1.CMAP.Z2=xx;
LAYER1.CMAP.COLOR2=xxx;
.
.
.
LAYER1.CMAP.ZMAX=xx;
LAYER1.CMAP.ZMIN=xx;
layer.cmap.updateScale();
The Picture is just for example what I am talking about:
Now I want to access programatically (LabTalk or OriginC) the Properties of this color scale (Farb-Skala) like: Increment, Width of scale, FontSize .. You can see them on the next pic.
Also I would like to access the contour (Farbpalette/Kontur) lables (Beschriftungen) of the layers (ebenen). By default are all checked and I need to choose sometimes 3 (92,93 and 94) or (94,95,96) or 4. Best is to be able to every single one of them separately. Then from the next tab (of the pic down) Numerisches Format I want to set the decimal places of the numbers and from tab "Beschriftung" the font size.
I hope you can help me, because I could not find this information, neither online nor from support.
With Best Regards
Asen