xinit
wks.col.xinit
numeric
Read/write
Internal X Initial value for column. The XINIT, XINC and XUNITS appear in the Sampling Interval row header if displayed.
newbook; col(2) = uniform(10); // Fill Y column with random numbers wks.col2.xinit = 600; // First X value will be 600 wks.col2.xinc = 10; // Subsequent X spacing of 10 wks.col2.xunits$ = nm; wks.col2.xname$ = Wavelength; plotxy iy:=(?,2); // Plot column 2 as Y using its internal X dataset as X
wks.col.evenx, wks.col.xinc, wks.col.xuints$, wks.col.xname$