WAPlots Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|WAPlots Class|WAPlots}}
{{Template:APIClass|WAPlots Class|WAPlots}}


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 [[WeibullDataSet Class|WeibullDataSets]] or [[ALTADataSet Class|ALTADataSets]]data sets.


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

Revision as of 23:46, 22 January 2014



Instantiate this class to be able to create individual or overlay plots from calculated WeibullDataSets or ALTADataSetsdata sets.

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

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.