ControlLimit is a control limit line on a process control chart.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class ControlLimit : Data |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class ControlLimit _ Inherits Data |
Visual C++ |
---|
[SerializableAttribute] public ref class ControlLimit : public Data |
Remarks
This class draws either a horizontal line or a stair step line depending on the value of the attribute "Value". Its value is an array. If the array has a just one entry then a horizontal line is drawn at y equal to this value. This line extends across the limit given by the x-axis window attribute. If the array has more than one entry then a stair step line is drawn using the array values as the y-coordinates of the stair step line.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ControlLimit
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ControlLimit