StatBean Name: ControlChartsPlot

Purpose: Plots control charts for variables or attributes.

DataSource: ControlCharts.


Read/Write Properties
NameTypeDescriptionPossible ValuesDefault Value
centerlineColorColorThe color of the centerline.Any valid Color.Color.black
chartDataStringContents of the chart, either a simple statistic or a smoothed value."Statistic",
"MA","EWMA"
"Statistic"
chartNumberintChart to display (0=location, 1-scale).0,10
connectedbooleanWhether to connect data values with a line.true,falsetrue
controlLimitsColorColorThe color of the control limits.Any valid Color.Color.red
decimalPlacesintNumber of decimal places for displaying limits.0+, or -1 for default.-1
displayLimitValuesbooleanWhether the display the values for the control limits.true,falsetrue
innerWarningLimitsColorColorThe color of the outer warning limits.Any valid Color.Color.green
outerWarningLimitsColorColorThe color of the inner warning limits.Any valid Color.Color.yellow
outOfControlPointTypeStringThe type to be used for the out of control point symbols."Rectangle","+","X",
"Asterisk","Diamond",
"Inverted Triangle",
"Triangle",
"Circle","Filled Rectangle",
"Filled Circle"
"Rectangle"
outOfControlPointColorColorThe color of the out of control points.Any valid Color.Color.yellow
showCenterlinebooleanWhether to plot the centerline.true,falsetrue
showControlLimitsbooleanWhether to plot the control limits.true,falsetrue
showInnerWarningLimitsbooleanWhether to plot the inner warning limits.true,falsefalse
showOuterWarningLimitsbooleanWhether to plot the outer warning limits.true,falsefalse
showSpecificationLimitsbooleanWhether to plot any input specification limits.true,falsetrue
showRunsRulesViolationsbooleanWhether the flag the location of any runs rules violations.true,falsetrue
smootherColorColorThe color of the smoother.Any valid Color.Color.blue
smootherParameterdoubleParameter for the EWMA smoother.0-1, exclusive.0.2
smootherSpanintNumber of terms in the MA smoother.2+9
smootherTypeStringtype of smoother to add to chart, if any."None",
"MA",
"EWMA"
"None"
specificationLimitsColorColorThe color of the specification limits.Any valid Color.Color.magenta

Other properties are inherited from the java.awt.Canvas class and from the general GraphicalStatbean class.

Code Sample - see ControlCharts.