WAPlots Class

From ReliaWiki
Revision as of 23:38, 3 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search



This class is Creates a plot based on a fitted model in a WeibullDataSet or ALTADataSet object.

To see other classes and enumerations relating to Weibull and ALTA plots go to Global WAPlots.

For settings to WAPlots see WAPlotSettings.

Constructors

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.