xmCHART 3.4 - Reference
Last updated: 2012-04-09

Output index previous next


SaveAsBMPFile(fileName;fileFlag;creatorType)  
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter file flags
creatorType   str 4..4 "????" Mac OS X only

Examples:

SaveAsBMPFile("Chart.bmp";replace)

SaveAsBMPFile("Graphs/Graph_A.bmp")
SaveAsBMPFile("C:/Programs/Plots/Plot_01.bmp")
SaveAsBMPFile("Macintosh HD/Plots/Plot_01.bmp")

Notes:
 


SaveAsEMFFile(fileName;fileFlag) Windows OS only
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter  

Examples:

SaveAsEMFFile("Chart.emf";replace)

SaveAsEMFFile("Graphs/Graph_A.emf")
SaveAsEMFFile("C:/Programs/Plots/Plot_01.emf")

Notes:


SaveAsGIFFile(fileName;fileFlag) Windows OS only
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter  

Examples:

SaveAsGIFFile("Chart.gif";replace)

SaveAsGIFFile("Graphs/Graph_A.gif")
SaveAsGIFFile("C:/Programs/Plots/Plot_01.gif")

Notes:


SaveAsJPGFile(fileName;fileFlag;creatorType;compression)  
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter file flags
creatorType   str 4..4 "????" MacOS X only
compression   int 1..5 normal JPEG compression constants

Examples:

SaveAsJPGFile("Chart.jpg";replace)

SaveAsJPGFile("Graphs/Graph_A.jpg")
SaveAsJPGFile("C:/Programs/Plots/Plot_01.jpg";replace;;max)
SaveAsJPGFile("Macintosh HD/Plots/Plot_01.jpg")

Notes:
 


SaveAsPDFFile(fileName;fileFlag;creatorType;title;subject;author;creator;keywords)  
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter file flags
creatorType   str 4..4 "????" Mac OS X only
title   str 0..1000 ""
subject   str 0..1000 ""
author   str 0..1000 ""
creator   str 0..1000 ""
keywords   str 0..1000 ""

Examples:

SaveAsPDFFile("Chart.pdf";replace)

SaveAsPDFFile("C:/Programs/Plots/Plot_01.pdf";replace;;"Title Text")
SaveAsPDFFile("Macintosh HD/Plots/Plot_01.pdf")

Notes:
 


SaveAsPICTFile(fileName;fileFlag;creatorType) Mac OS X only
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter file flags
creatorType   str 4..4 "????" Mac OS X only

Examples:

SaveAsPICTFile("Chart.pct";replace;"8BIM")

SaveAsPICTFile("Graphs/Graph_A.pct")
SaveAsPICTFile("Macintosh HD/Plots/Plot_01.pct")

Notes:
 


SaveAsPNGFile(fileName;fileFlag;creatorType)  
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter file flags
creatorType   str 4..4 "????" Mac OS X only

Examples:

SaveAsPNGFile("Chart.png";replace)

SaveAsPNGFile("Graphs/Graph_A.png")
SaveAsPNGFile("C:/Programs/Plots/Plot_01.png")
SaveAsPNGFile("Macintosh HD/Plots/Plot_01.png")

Notes:
 


SaveAsSVGFile(fileName;fileFlag;creatorType;title;description;comment)  
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter file flags
creatorType   str 4..4 "????" Mac OS X only
title   str 0..1000  
description   str 0..1000  
comment   str 0..1000  

Examples:

SaveAsSVGFile("Chart.svg";replace)

SaveAsSVGFile("Graphs/Graph_A.svg")
SaveAsSVGFile("C:/Programs/Plots/Plot_01.svg")
SaveAsSVGFile("Macintosh HD/Plots/Plot_01.svg")

Notes:
 


SaveAsTIFFile(fileName;fileFlag;creatorType)  
Argument required type range default notes
fileName str 1..1000   max. 1000 chars.
fileFlag   int 1..3 addCounter file flags
creatorType   str 4..4 "????" Mac OS X only

Examples:

SaveAsTIFFile("Chart.tif";replace)

SaveAsTIFFile("Graphs/Graph_A.tif")
SaveAsTIFFile("C:/Programs/Plots/Plot_01.tif")
SaveAsTIFFile("Macintosh HD/Plots/Plot_01.tif")

Notes:
 


SendToClipboard()
Argument required type range default notes

Examples:

SendToClipboard()

Notes:
 

©2013 X2max Software index previous next