Simulation & Probabilistic Analysis SDK
Add Distribution Fitting & Simulation Features to Your Applications

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.Destination (property)

Description

Sets or returns the location where the SPADataSet.Graph stores the resulting graphs.

Syntax

object.Destination

Return Value

(SPAGraphDestType) - the graph destination:

Value
Description
SPABMPFile
SPAWMFFile
SPAEMFFile
SPAJPGFile
The graph will be saved to an image file. Use the SPAApplication.GraphOptions.DestinationFileName property to specify the file path and name.
SPACSVFile The graph will be saved to a CSV (comma separated values) file. Use the SPAApplication.GraphOptions.DestinationFileName property to specify the file path and name.
SPABMPClipboard
SPAWMFClipboard
SPAEMFClipboard
The graph will be copied to the Clipboard.
SPABMPImage
SPAWMFImage
SPAEMFImage
The graph will be returned as a Picture object.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.GraphOptions.Destination = SPAEMFClipboard
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com