WAPlots Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(32 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Represents a plot based on a [[CModel Class|cModel]], [[WeibullDataSet Class|WeibullDataSet]], or [[ALTADataSet Class|ALTADataSet]] object. | |||
== Constructors== | == Constructors== | ||
{| {{APITable}} | |||
|- | |||
| style="width: 180px;"|WAPlots||Creates an instance of the WAPlots class. | |||
|} | |||
== Methods == | == Methods == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 180px;"|[[WAPlots.AddDataset|AddDataset]]||{{:WAPlots.AddDataset}} | |||
|- | |||
|[[WAPlots.AddModel|AddModel]]||{{:WAPlots.AddModel}} | |||
|- | |||
|[[WAPlots.Clear|Clear]]||{{:WAPlots.Clear}} | |||
|- | |||
|[[WAPlots.CreatePlot|CreatePlot]]||{{:WAPlots.CreatePlot}} | |||
|- | |||
|[[WAPlots.CreatePlotVB6|CreatePlotVB6]]||{{:WAPlots.CreatePlotVB6}} | |||
|} | |||
== Properties == | == Properties == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 180px;"|ErrorHappened||Indicates whether an error occurred during the creation of the plot. '''Boolean'''. Read-only. | |||
|- | |||
|ErrorMessage||Gets the description of the error that occurred during the creation of the plot. Applies only if <code>ErrorHappened</code> is true. '''String'''. | |||
|} |
Latest revision as of 15:25, 6 July 2016
Member of: SynthesisAPI
Represents a plot based on a cModel, WeibullDataSet, or ALTADataSet object.
Constructors
Name | Description |
---|---|
WAPlots | Creates an instance of the WAPlots class. |
Methods
Name | Description |
---|---|
AddDataset | Adds a WeibullDataSet or ALTADataSet object to the plot. |
AddModel | Adds a cModel object to the plot. |
Clear | Removes the object that was added to the plot, which is required before a new object can be added. |
CreatePlot | Returns a bitmap object that represents the plot. (.NET only) |
CreatePlotVB6 | Returns a bitmap object that represents the plot. (VBA/VB6 only.) |
Properties
Name | Description |
---|---|
ErrorHappened | Indicates whether an error occurred during the creation of the plot. Boolean. Read-only. |
ErrorMessage | Gets the description of the error that occurred during the creation of the plot. Applies only if ErrorHappened is true. String.
|