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

SPA SDK Help HomeLearn More About the SPA SDK

SPADistribution.Title (property)

Description

Sets or returns the distribution title displayed in graph legend.

Syntax

object.Title

Return Value

(String) - the distribution title:

Value
Description
SPAConst.TitleAuto Use the predefined distribution title.
Any string value except SPAConst.TitleAuto Use the custom distribution title.

Example

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

  dist.Type = SPADistWeibull  
  dist.Title = "Custom Title"
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com