WAPlotSettings Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) |
||
Line 5: | Line 5: | ||
== Properties== | == Properties== | ||
*'' | *AdjustMLEPoints (as ''boolean'') {{APIComment|Whether to adjust MLE points.}} | ||
*'' | *AutoscaleX (as ''boolean'') {{APIComment|Whether the X-scale is calculated automatically.}} | ||
*'' | *AutoscaleY (as ''boolean'') {{APIComment|Whether the Y-scale is calculated automatically.}} | ||
* | *ConfBounds_SideSelected (as ''[[ConfBoundsSides Enumeration|ConfBoundsSides]]'') {{APIComment|Sides of the confidence bounds.}} | ||
* | *ConfBounds_TypesSelected (as ''[[ConfBoundsTypes Enumeration|ConfBoundsTypes]]'') {{APIComment|Type of the confidence bounds.}} | ||
*'' | *ConfidenceLevel (as ''double'') {{APIComment|Confidence level.}} | ||
*'' | *ContourConfLevel (as ''double'') {{APIComment|Confidence level for contour line plot.}} | ||
*'' | *HistogramInterval (as ''double'') {{APIComment|Interval in histogram plots. Set it to 0 to use the automatically calculated interval.}} | ||
*'' | *PlotXPrecision (as ''integer'') {{APIComment|Precision for labels on X-axis.}} | ||
*'' | *PlotXTolerance (as ''integer'') {{APIComment|Tolerance for labels on X-axis.}} | ||
*'' | *PlotYPrecision (as ''integer'') {{APIComment|Precision for labels on Y-axis.}} | ||
*'' | *PlotYTolerance (as ''integer'') {{APIComment|Tolerance for labels on Y-axis.}} | ||
*'' | *ShowLeftCensoredPoints (as ''boolean'') {{APIComment|Whether to show left censored points on X-axis.}} | ||
*'' | *ShowLinesAroundInterval (as ''boolean'') {{APIComment|Whether to show vertical lines around an interval line.}} | ||
*'' | *ShowNumberInGroup (as ''boolean'') {{APIComment|Whether to show the number of points in the group for grouped data.}} | ||
*'' | *ShowParameterBar (as ''boolean'') {{APIComment|Whether to show the parameter bars as probability plot.}} | ||
*'' | *ShowParameterScales (as ''boolean'') {{APIComment|Whether to show the parameter scales as probability plot.}} | ||
*'' | *ShowSuspensionPoints (as ''boolean'') {{APIComment|Whether to show suspension points on X-axis.}} | ||
*'' | *ShowTargetMarker (as ''boolean'') {{APIComment|Whether to show the a marker on the intersection of target reliability and time lines.}} | ||
*'' | *ShowTargetReliability (as ''boolean'') {{APIComment|Whether to show the target reliability line.}} | ||
*'' | *ShowTargetTime (as ''boolean'') {{APIComment|Whether to show the target time line.}} | ||
*'' | *StraightenGammaLine (as ''boolean'') {{APIComment|Whether to streighten the probability line for Gamma and G-Gamma distributions.}} | ||
*'' | *TargetReliability (as ''double'') {{APIComment|The value of target reliability.}} | ||
*'' | *TargetTime (as ''double'') {{APIComment|The value of target time.}} | ||
*'' | *UserCompany (as ''string'') {{APIComment|Company name that appears on the plot.}} | ||
*'' | *UserName (as ''string'') {{APIComment|User name that appears on the plot.}} | ||
*'' | *Xmax (as ''double'') {{APIComment|X-scale end. Only used if AutoscaleX is false.}} | ||
*'' | *Xmin (as ''double'') {{APIComment|X-scale start. Only used if AutoscaleX is false.}} | ||
*'' | *Ymax (as ''double'') {{APIComment|Y-scale end. Only used if AutoscaleY is false.}} | ||
*'' | *Ymin (as ''double'') {{APIComment|Y-scale start. Only used if AutoscaleY is false.}} |
Revision as of 21:43, 3 March 2014
Describes the plot settings. This should be used with WAPlots.
Properties
- AdjustMLEPoints (as boolean) Whether to adjust MLE points.
- AutoscaleX (as boolean) Whether the X-scale is calculated automatically.
- AutoscaleY (as boolean) Whether the Y-scale is calculated automatically.
- ConfBounds_SideSelected (as ConfBoundsSides) Sides of the confidence bounds.
- ConfBounds_TypesSelected (as ConfBoundsTypes) Type of the confidence bounds.
- ConfidenceLevel (as double) Confidence level.
- ContourConfLevel (as double) Confidence level for contour line plot.
- HistogramInterval (as double) Interval in histogram plots. Set it to 0 to use the automatically calculated interval.
- PlotXPrecision (as integer) Precision for labels on X-axis.
- PlotXTolerance (as integer) Tolerance for labels on X-axis.
- PlotYPrecision (as integer) Precision for labels on Y-axis.
- PlotYTolerance (as integer) Tolerance for labels on Y-axis.
- ShowLeftCensoredPoints (as boolean) Whether to show left censored points on X-axis.
- ShowLinesAroundInterval (as boolean) Whether to show vertical lines around an interval line.
- ShowNumberInGroup (as boolean) Whether to show the number of points in the group for grouped data.
- ShowParameterBar (as boolean) Whether to show the parameter bars as probability plot.
- ShowParameterScales (as boolean) Whether to show the parameter scales as probability plot.
- ShowSuspensionPoints (as boolean) Whether to show suspension points on X-axis.
- ShowTargetMarker (as boolean) Whether to show the a marker on the intersection of target reliability and time lines.
- ShowTargetReliability (as boolean) Whether to show the target reliability line.
- ShowTargetTime (as boolean) Whether to show the target time line.
- StraightenGammaLine (as boolean) Whether to streighten the probability line for Gamma and G-Gamma distributions.
- TargetReliability (as double) The value of target reliability.
- TargetTime (as double) The value of target time.
- UserCompany (as string) Company name that appears on the plot.
- UserName (as string) User name that appears on the plot.
- Xmax (as double) X-scale end. Only used if AutoscaleX is false.
- Xmin (as double) X-scale start. Only used if AutoscaleX is false.
- Ymax (as double) Y-scale end. Only used if AutoscaleY is false.
- Ymin (as double) Y-scale start. Only used if AutoscaleY is false.