WAPlotSettings Class
Jump to navigation
Jump to search
Describes the plot settings. This should be used with WAPlots.
Properties
- AdjustMLEPoints Whether to adjust MLE points.
- AutoscaleX Whether the X-scale is calculated automatically.
- AutoscaleY Whether the Y-scale is calculated automatically.
- 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.
- PlotXPrecision Precision for labels on X-axis.
- PlotXTolerance Tolerance for labels on X-axis.
- PlotYPrecision Precision for labels on Y-axis.
- PlotYTolerance Tolerance for labels on Y-axis.
- ShowLeftCensoredPoints Whether to show left censored points on X-axis.
- ShowLinesAroundInterval Whether to show vertical lines around an interval line.
- ShowNumberInGroup Whether to show the number of points in the group for grouped data.
- ShowParameterBar Whether to show the parameter bars as probability plot.
- ShowParameterScales Whether to show the parameter scales as probability plot.
- ShowSuspensionPoints Whether to show suspension points on X-axis.
- ShowTargetMarker Whether to show the a marker on the intersection of target reliability and time lines.
- ShowTargetReliability Whether to show the target reliability line.
- ShowTargetTime Whether to show the target time line.
- StraightenGammaLine Whether to streighten the probability line for Gamma and G-Gamma distributions.
- TargetReliability The value of target reliability.
- TargetTime The value of target time.
- UserCompany Company name that appears on the plot.
- UserName User name that appears on the plot.
- Xmax X-scale end. Only used if AutoscaleX is false.
- Xmin X-scale start. Only used if AutoscaleX is false.
- Ymax Y-scale end. Only used if AutoscaleY is false.
- Ymin Y-scale start. Only used if AutoscaleY is false.