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