WAPlotType Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global WAPlots|Global | {{Template:APIClass|Global WAPlots|Global Plots}} | ||
{{Template:WAPlotType.Cmt}} | {{Template:WAPlotType.Cmt}} | ||
== Syntax== | == Syntax== |
Revision as of 23:56, 4 February 2014
Specifies the plot type for a Weibull++/ALTA plot.
Syntax
Public Enum WAPlotType
WAPlotType Enum Probability = WeibullPlotType.ptProbability Reliability = WeibullPlotType.ptReliability Unreliability = WeibullPlotType.ptUnreliability Pdf = WeibullPlotType.ptPdf FailureRate = WeibullPlotType.ptFailureRate Contour = WeibullPlotType.ptContour FSHistogram = WeibullPlotType.ptFSHistogram PdfHistogram = 777 FSPie = WeibullPlotType.ptFSPie FSTimeline = WeibullPlotType.ptFSTimeline UseLevelProbability = WeibullPlotType.ptUseLevel LifeVsStress = WeibullPlotType.ptLifeStress StdDevVsStress = WeibullPlotType.ptStdDevStress AFVsStress = WeibullPlotType.ptAFStress StandardResiduals = WeibullPlotType.ptStandardResiduals CoxSnellResiduals = WeibullPlotType.ptCoxSnellResiduals StandardVsFittedValue = WeibullPlotType.ptStandardFitted