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

SPA SDK Help HomeLearn More About the SPA SDK

SPAGraphOptions.PointStyle (property)

Description

Sets or returns the point style used when creating the P-P Plot, Q-Q Plot, and Probability Difference graphs. You should use this property with the point style constants provided by the SDK. To display the mentioned graphs as continuous curves, set this property to SPAConst.PointStyleNone.

Syntax

object.PointStyle

Return Value

(Long) - the point style.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.GraphOptions.PointStyle = SPAConst.PointStyleDiamond
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com