WAPlots Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


== Constructors==
== Constructors==
*'''[[New WAPlots]]''' {{APIComment|Create an Weibull or ALTA plot Class.}}
*'''[[New WAPlots]]''' {{APIComment|Create an Weibull or ALTA plot Class.}}
== Properties  ==
*'''[[WAPlots.ErrorHappened|ErrorHappened]]''' {{APIComment|Whether an error happened during the last plotting.}}
*'''[[WAPlots.ErrorMessage|ErrorMessage]]''' {{APIComment|The error that happened during the last plotting. Only set if ErrorHappened returns true.}}


== Methods  ==
== Methods  ==
Line 16: Line 11:
*'''[[WAPlots.CreatePlot|CreatePlot]]''' {{APIComment|Creates a bitmap containing the plot image.}}
*'''[[WAPlots.CreatePlot|CreatePlot]]''' {{APIComment|Creates a bitmap containing the plot image.}}
*'''[[WAPlots.CreatePlotVB6|CreatePlotVB6]]''' {{APIComment|For VB6/VBA users only - use it instead of CreatePlot. Returns the picture containing the image of the plot.}}
*'''[[WAPlots.CreatePlotVB6|CreatePlotVB6]]''' {{APIComment|For VB6/VBA users only - use it instead of CreatePlot. Returns the picture containing the image of the plot.}}
== Properties ==
*'''[[WAPlots.ErrorHappened|ErrorHappened]]''' {{APIComment|Whether an error happened during the last plotting.}}
*'''[[WAPlots.ErrorMessage|ErrorMessage]]''' {{APIComment|The error that happened during the last plotting. Only set if ErrorHappened returns true.}}

Revision as of 17:57, 18 September 2013



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

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.