WAPlots Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) m (Protected "WAPlots Class" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]) |
John Leavitt (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
Instantiate this class to be able to create individual or overlay plots from calculated Weibull or ALTA data sets. | Instantiate this class to be able to create individual or overlay plots from calculated Weibull or ALTA data sets. | ||
To see classes and enumerations go to [[Global WAPlots]] | |||
== Constructors== | == Constructors== |
Revision as of 21:29, 22 January 2014
Instantiate this class to be able to create individual or overlay plots from calculated Weibull or ALTA data sets.
To see classes and enumerations go to Global WAPlots
Constructors
- New WAPlots Create an Weibull or ALTA plot Class.
Methods
- Clear Removes all data sets from plotting collection.
- AddDataset Adds Weibull or ALTA data set for subsequent plotting.
- CreatePlot Creates a bitmap containing the plot image.
- CreatePlotVB6 For VB6/VBA users only - use it instead of CreatePlot. Returns the picture containing the image of the plot.
Properties
- ErrorHappened Whether an error happened during the last plotting.
- ErrorMessage The error that happened during the last plotting. Only set if ErrorHappened returns true.