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

SPA SDK Help HomeLearn More About the SPA SDK

SPADistribution.Color (property)

Description

Sets or returns the distribution curve color. You should use this property with the color constants provided by the SDK.

Syntax

object.Color

Return Value

(Long) - the distribution color.

Example

Sub Test()
  Dim dist as New SPADistribution
  SPAApplication.Initialize

  dist.Type = SPADistWeibull  
  dist.Color = SPAConst.ColorNavy
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com