Add Distribution Fitting & Simulation Features to Your Applications |
|
| SPA SDK Help Home • Learn More About the SPA SDK | |
SPAApplication.GraphOptions (property, read-only)DescriptionReturns the global graph options object. Syntax
object.GraphOptions
Return Value(SPAGraphOptions) - the graph options object. Example
Sub Test()
SPAApplication.Initialize
' change the number of histogram bins
SPAApplication.GraphOptions.NumBins = 10
End Sub
|
|
| Copyright © MathWave Technologies www.mathwave.com |
|