WAPlots Class

From ReliaWiki
Revision as of 15:59, 4 September 2013 by John Leavitt (talk | contribs)
Jump to navigation Jump to search



Instantiate this class to be able to create individual or overlay plots from calculated Weibull or ALTA data sets.


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.


Methods

  • AddDataset Adds Weibull or ALTA data set for subsequent plotting.
  • Clear Removes all data sets from plotting collection.
  • 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.