ShewhartControlChart is the base class for the Shewhart control charts.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class ShewhartControlChart : Data |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class ShewhartControlChart _ Inherits Data |
Visual C++ |
---|
[SerializableAttribute] public ref class ShewhartControlChart : public Data |
Remarks
The control limits are generally calculated as



If all of the samples sizes are equal, the lines are horizontal. If the sample sizes are unequal, the lines have a "stairstep" pattern. Horizontal lines have a title drawn just above the line and right-adjusted on the chart. The contents of the title is determined by the line's "Title" attribute. If the title contains the placeholder "{0}", it is replaced by the lines value. This replacement is done using String.Format.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.CChart
Imsl.Chart2D.QC..::.CuSum
Imsl.Chart2D.QC..::.CuSumStatus
Imsl.Chart2D.QC..::.EWMA
Imsl.Chart2D.QC..::.NpChart
Imsl.Chart2D.QC..::.PChart
Imsl.Chart2D.QC..::.RChart
Imsl.Chart2D.QC..::.SChart
Imsl.Chart2D.QC..::.UChart
Imsl.Chart2D.QC..::.XbarR
Imsl.Chart2D.QC..::.XbarS
Imsl.Chart2D.QC..::.XmR
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.CChart
Imsl.Chart2D.QC..::.CuSum
Imsl.Chart2D.QC..::.CuSumStatus
Imsl.Chart2D.QC..::.EWMA
Imsl.Chart2D.QC..::.NpChart
Imsl.Chart2D.QC..::.PChart
Imsl.Chart2D.QC..::.RChart
Imsl.Chart2D.QC..::.SChart
Imsl.Chart2D.QC..::.UChart
Imsl.Chart2D.QC..::.XbarR
Imsl.Chart2D.QC..::.XbarS
Imsl.Chart2D.QC..::.XmR