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

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.MaxPoints (property)

Description

Sets or returns the maximum number of points that can be displayed on the P-P Plot, Q-Q Plot, and Probability Difference graphs for each distribution. If the sample size is too large, creating these graphs may take some time, so you might want to limit the number of points displayed. To have the SDK display all the data points, set this property to SPAConst.MaxPointsUnlimited.

Syntax

object.MaxPoints

Return Value

(Long) - the maximum number of points.

Example

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