

Moving from Microsoft Office VBA to AppleScript:
MacTech's Guide to Making the Transition
Introduction
|
Table of Contents
Page Prev and Page Next buttons at bottom of the page.
|
April, 2007
Page 80
set has title to true
tell its axis title -- needs 'its' !!
set caption to "X Values"
tell font object
set name to "Arial"
set font size to 10
set bold to true
end tell
end tell
end tell
set valueAxis to get axis axis type value axis ¬
which axis primary axis
tell valueAxis
set has title to true
tell its axis title -- needs 'its' !!
set caption to "Y Values"
tell font object
set name to "Arial"
set font size to 10
set bold to true
end tell
end tell
end tell
--'Format Plot area
tell plot area object
tell its border -- needs its
set color to {0, 0, 255} -- will this work?, if not:
--set its color index to 5
set line weight to 1
set its line style to continuous
-- no transparency property in AppleScript
--set transparency to 0
< Previous Page Next Page>

- SPREAD THE WORD:
- Slashdot
- Digg
- Del.icio.us
- Newsvine