WAPlotType Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
{{APIPrefix|Public Enum}} | {{APIPrefix|Public Enum}} | ||
{{APIName|WAPlotType}} | {{APIName|WAPlotType}} | ||
== Formatted Usage Example 1 == | |||
<div style="margin-right: 150px;"> | <div style="margin-right: 150px;"> | ||
{{Template:WAPlotType}} | {{Template:WAPlotType}} | ||
</div> | </div> | ||
== Formatted Usage Example 2 == |
Revision as of 18:12, 6 February 2014
Specifies the plot type for a Weibull++/ALTA plot.
Syntax
Public Enum WAPlotType
Formatted Usage Example 1
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