WAPlotSettings Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
== Properties==
== Properties==


*'''[[WAPlotSettings.AdjustMLEPoints|AdjustMLEPoints]]''' {{APIComment|Whether to adjust MLE points.}}
*AdjustMLEPoints (as ''boolean'') {{APIComment|Whether to adjust MLE points.}}
*'''[[WAPlotSettings.AutoscaleX|AutoscaleX]]''' {{APIComment|Whether the X-scale is calculated automatically.}}
*AutoscaleX (as ''boolean'') {{APIComment|Whether the X-scale is calculated automatically.}}
*'''[[WAPlotSettings.AutoscaleY|AutoscaleY]]''' {{APIComment|Whether the Y-scale is calculated automatically.}}
*AutoscaleY (as ''boolean'') {{APIComment|Whether the Y-scale is calculated automatically.}}
*'''[[WAPlotSettings.ConfBounds_SideSelected|ConfBounds_SideSelected]]''' {{APIComment|Sides of the confidence bounds.}}
*ConfBounds_SideSelected (as ''[[ConfBoundsSides Enumeration|ConfBoundsSides]]'') {{APIComment|Sides of the confidence bounds.}}
*'''[[WAPlotSettings.ConfBounds_TypesSelected|ConfBounds_TypesSelected]]''' {{APIComment|Type of the confidence bounds.}}
*ConfBounds_TypesSelected (as ''[[ConfBoundsTypes Enumeration|ConfBoundsTypes]]'') {{APIComment|Type of the confidence bounds.}}
*'''[[WAPlotSettings.ConfidenceLevel|ConfidenceLevel]]''' {{APIComment|Confidence level.}}
*ConfidenceLevel (as ''double'') {{APIComment|Confidence level.}}
*'''[[WAPlotSettings.ContourConfLevel|ContourConfLevel]]''' {{APIComment|Confidence level for contour line plot.}}
*ContourConfLevel (as ''double'') {{APIComment|Confidence level for contour line plot.}}
*'''[[WAPlotSettings.HistogramInterval|HistogramInterval]]''' {{APIComment|Interval in histogram plots. Set it to 0 to use the automatically calculated interval.}}
*HistogramInterval (as ''double'') {{APIComment|Interval in histogram plots. Set it to 0 to use the automatically calculated interval.}}
*'''[[WAPlotSettings.PlotXPrecision|PlotXPrecision]]''' {{APIComment|Precision for labels on X-axis.}}
*PlotXPrecision (as ''integer'') {{APIComment|Precision for labels on X-axis.}}
*'''[[WAPlotSettings.PlotXTolerance|PlotXTolerance]]''' {{APIComment|Tolerance for labels on X-axis.}}
*PlotXTolerance (as ''integer'') {{APIComment|Tolerance for labels on X-axis.}}
*'''[[WAPlotSettings.PlotYPrecision|PlotYPrecision]]''' {{APIComment|Precision for labels on Y-axis.}}
*PlotYPrecision (as ''integer'') {{APIComment|Precision for labels on Y-axis.}}
*'''[[WAPlotSettings.PlotYTolerance|PlotYTolerance]]''' {{APIComment|Tolerance for labels on Y-axis.}}
*PlotYTolerance (as ''integer'') {{APIComment|Tolerance for labels on Y-axis.}}
*'''[[WAPlotSettings.ShowLeftCensoredPoints|ShowLeftCensoredPoints]]''' {{APIComment|Whether to show left censored points on X-axis.}}
*ShowLeftCensoredPoints (as ''boolean'') {{APIComment|Whether to show left censored points on X-axis.}}
*'''[[WAPlotSettings.ShowLinesAroundInterval|ShowLinesAroundInterval]]''' {{APIComment|Whether to show vertical lines around an interval line.}}
*ShowLinesAroundInterval (as ''boolean'') {{APIComment|Whether to show vertical lines around an interval line.}}
*'''[[WAPlotSettings.ShowNumberInGroup|ShowNumberInGroup]]''' {{APIComment|Whether to show the number of points in the group for grouped data.}}
*ShowNumberInGroup (as ''boolean'') {{APIComment|Whether to show the number of points in the group for grouped data.}}
*'''[[WAPlotSettings.ShowParameterBar|ShowParameterBar]]''' {{APIComment|Whether to show the parameter bars as probability plot.}}
*ShowParameterBar (as ''boolean'') {{APIComment|Whether to show the parameter bars as probability plot.}}
*'''[[WAPlotSettings.ShowParameterScales|ShowParameterScales]]''' {{APIComment|Whether to show the parameter scales as probability plot.}}
*ShowParameterScales (as ''boolean'') {{APIComment|Whether to show the parameter scales as probability plot.}}
*'''[[WAPlotSettings.ShowSuspensionPoints|ShowSuspensionPoints]]''' {{APIComment|Whether to show suspension points on X-axis.}}
*ShowSuspensionPoints (as ''boolean'') {{APIComment|Whether to show suspension points on X-axis.}}
*'''[[WAPlotSettings.ShowTargetMarker|ShowTargetMarker]]''' {{APIComment|Whether to show the a marker on the intersection of target reliability and time lines.}}
*ShowTargetMarker (as ''boolean'') {{APIComment|Whether to show the a marker on the intersection of target reliability and time lines.}}
*'''[[WAPlotSettings.ShowTargetReliability|ShowTargetReliability]]''' {{APIComment|Whether to show the target reliability line.}}
*ShowTargetReliability (as ''boolean'') {{APIComment|Whether to show the target reliability line.}}
*'''[[WAPlotSettings.ShowTargetTime|ShowTargetTime]]''' {{APIComment|Whether to show the target time line.}}
*ShowTargetTime (as ''boolean'') {{APIComment|Whether to show the target time line.}}
*'''[[WAPlotSettings.StraightenGammaLine|StraightenGammaLine]]''' {{APIComment|Whether to streighten the probability line for Gamma and G-Gamma distributions.}}
*StraightenGammaLine (as ''boolean'') {{APIComment|Whether to streighten the probability line for Gamma and G-Gamma distributions.}}
*'''[[WAPlotSettings.TargetReliability|TargetReliability]]''' {{APIComment|The value of target reliability.}}
*TargetReliability (as ''double'') {{APIComment|The value of target reliability.}}
*'''[[WAPlotSettings.TargetTime|TargetTime]]''' {{APIComment|The value of target time.}}
*TargetTime (as ''double'') {{APIComment|The value of target time.}}
*'''[[WAPlotSettings.UserCompany|UserCompany]]''' {{APIComment|Company name that appears on the plot.}}
*UserCompany (as ''string'') {{APIComment|Company name that appears on the plot.}}
*'''[[WAPlotSettings.UserName|UserName]]''' {{APIComment|User name that appears on the plot.}}
*UserName (as ''string'') {{APIComment|User name that appears on the plot.}}
*'''[[WAPlotSettings.Xmax|Xmax]]''' {{APIComment|X-scale end. Only used if AutoscaleX is false.}}
*Xmax (as ''double'') {{APIComment|X-scale end. Only used if AutoscaleX is false.}}
*'''[[WAPlotSettings.Xmin|Xmin]]''' {{APIComment|X-scale start. Only used if AutoscaleX is false.}}
*Xmin (as ''double'') {{APIComment|X-scale start. Only used if AutoscaleX is false.}}
*'''[[WAPlotSettings.Ymax|Ymax]]''' {{APIComment|Y-scale end. Only used if AutoscaleY is false.}}
*Ymax (as ''double'') {{APIComment|Y-scale end. Only used if AutoscaleY is false.}}
*'''[[WAPlotSettings.Ymin|Ymin]]''' {{APIComment|Y-scale start. 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.