WAPlotSettings Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 55: | Line 55: | ||
:{{APIPrefix|Public}}{{APIName|[[PlotYTolerance]]}} {{APIPrefix|As Integer}} | :{{APIPrefix|Public}}{{APIName|[[PlotYTolerance]]}} {{APIPrefix|As Integer}} | ||
:{{APIPrefix|Public}}{{APIName|[[ConfBounds_SideSelected]]}} {{APIPrefix|As}} {{APIName|ConfBoundsSides}} = {{APIName|ConfBoundsSides.None}} | :{{APIPrefix|Public}}{{APIName|[[ConfBounds_SideSelected]]}} {{APIPrefix|As}} {{APIName|[[ConfBoundsSides]]}} = {{APIName|[[ConfBoundsSides]].None}} | ||
:{{APIPrefix|Public}}{{APIName|[[ConfBounds_TypesSelected]]}} {{APIPrefix|As}} {{APIName|[[ConfBoundsTypes]]}} = {{APIName|[[ConfBoundsTypes]].None}} | :{{APIPrefix|Public}}{{APIName|[[ConfBounds_TypesSelected]]}} {{APIPrefix|As}} {{APIName|[[ConfBoundsTypes]]}} = {{APIName|[[ConfBoundsTypes]].None}} |
Revision as of 20:48, 13 September 2013
Declaration
Public Class WAPlotSettings
- Public UserName As String
- Public UserCompany As String
- Public AutoscaleX As Boolean
- Public AutoscaleY As Boolean
- Public Xmin As Double
- Public Xmax As Double
- Public Ymin As Double
- Public Ymax As Double
- Public ShowParameterBar As Boolean
- Public ShowParameterScales As Boolean
- Public ShowTargetReliability As Boolean
- Public ShowTargetTime As Boolean
- Public ShowTargetMarker As Boolean
- Public TargetReliability As Boolean
- Public TargetTime As Double
- Public ShowSuspensionPoints As Boolean
- Public ShowLeftCensoredPoints As Boolean
- Public ShowLinesAroundInterval As Boolean
- Public AdjustMLEPoints As Boolean
- Public StraightenGammaLine As Boolean
- Public ShowNumberInGroup As Boolean
- Public PlotXPrecision As Integer
- Public PlotYPrecision As Integer
- Public PlotXTolerance As Integer
- Public PlotYTolerance As Integer
- Public ConfBounds_SideSelected As ConfBoundsSides = ConfBoundsSides.None
- Public ConfBounds_TypesSelected As ConfBoundsTypes = ConfBoundsTypes.None
- Public ConfidenceLevel As Double
- Public ContourConfLevel As Double
- Public HistogramInterval As Double
Settings used in Weibull / ALTA plots.