WAPlotSettings Class

From ReliaWiki
Revision as of 21:32, 19 September 2013 by John Leavitt (talk | contribs)
Jump to navigation Jump to search



This class describes various settings for the WAPlots.

Declaration

Public UserName As String
Username that appears on the plot.

Public UserCompany As String
Company name that appears on the plot.

Public AutoscaleX As Boolean
Whether the X-scale is calculated automatically.

Public AutoscaleY As Boolean
Whether the Y-scale is calculated automatically.

Public Xmin As Double
X-scale start. Only used if AutoscaleX is false.

Public Xmax As Double
X-scale end. Only used if AutoscaleX is false.

Public Ymin As Double
Y-scale start. Only used if AutoscaleY is false.

Public Ymax As Double
Y-scale end. Only used if AutoscaleY is false.

Public ShowParameterBar As Boolean
Whether to show the parameter bars as probability plot.

Public ShowParameterScales As Boolean
Whether to show the parameter scales as probability plot.

Public ShowTargetReliability As Boolean
Whether to show the target reliability line.

Public ShowTargetTime As Boolean
Whether to show the target time line.

Public ShowTargetMarker As Boolean
Whether to show a marker on the intersection of target reliability and time lines.

Public TargetReliability As Double
The value of target reliability.

Public TargetTime As Double
The value of target time.

Public ShowSuspensionPoints As Boolean
Whether to show suspension points on X-axis.

Public ShowLeftCensoredPoints As Boolean
Whether to show left censored points on X-axis.

Public ShowLinesAroundInterval As Boolean
Whether to show vertical lines around an interval line.

Public AdjustMLEPoints As Boolean
Whether to adjust MLE points.

Public StraightenGammaLine As Boolean
Whether to make the probability line for Gamma and G-Gamma distributions more straight.

Public ShowNumberInGroup As Boolean
Whether to show the number of points in the group for grouped data.

Public PlotXPrecision As Integer
Precision for labels on X-axis.

Public PlotYPrecision As Integer
Precision for labels on Y-axis.

Public PlotXTolerance As Integer
Tolerance for labels on X-axis.

Public PlotYTolerance As Integer
Tolerance for labels on Y-axis.

Public ConfBounds_TypesSelected As ConfBoundsTypes
Types of the confidence bounds.

Public ConfidenceLevel As Double
Sets or returns the confidence level.

Public ContourConfLevel As Double
Sets or returns the confidence level for contour line plot.

Public HistogramInterval As Double
Set or returns the interval in histogram plots. Set it to 0 to use the automatically calculated interval.