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

SPA SDK Help HomeLearn More About the SPA SDK

SPAApplication.GraphOptions (property, read-only)

Description

Returns 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