WAPlots Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
*'''[[WAPlots.Clear]]''' {{APIComment|Removes all data sets from plotting collection.}} | *'''[[WAPlots.Clear]]''' {{APIComment|Removes all data sets from plotting collection.}} | ||
*'''[[WAPlots.AddDataset]]''' {{APIComment|Adds Weibull or ALTA data set for subsequent plotting.}} | *'''[[WAPlots.AddDataset]]''' {{APIComment|Adds Weibull or ALTA data set for subsequent plotting.}} | ||
*'''[[CreatePlot]]''' {{APIComment|Creates a bitmap containing the plot image.}} | *'''[[WAPlots.CreatePlot]]''' {{APIComment|Creates a bitmap containing the plot image.}} | ||
*'''[[CreatePlotVB6]]''' {{APIComment|For VB6/VBA users only - use it instead of CreatePlot. Returns the picture containing the image of the plot.}} | *'''[[WAPlots.CreatePlotVB6]]''' {{APIComment|For VB6/VBA users only - use it instead of CreatePlot. Returns the picture containing the image of the plot.}} |
Revision as of 18:26, 13 September 2013
Instantiate this class to be able to create individual or overlay plots from calculated Weibull or ALTA data sets.
Constructors
- New WAPlots Create an Weibull or ALTA plot Class.
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
- WAPlots.Clear Removes all data sets from plotting collection.
- WAPlots.AddDataset Adds Weibull or ALTA data set for subsequent plotting.
- WAPlots.CreatePlot Creates a bitmap containing the plot image.
- WAPlots.CreatePlotVB6 For VB6/VBA users only - use it instead of CreatePlot. Returns the picture containing the image of the plot.