IMSL C# Numerical Library

ControlLimit Class

ControlLimit is a control limit line on a process control chart.

For a list of all members of this type, see ControlLimit Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Data
            Imsl.Chart2D.QC.ControlLimit

public class ControlLimit : Data

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: Imsl.Chart2D.QC

Assembly: ImslCS (in ImslCS.dll)

See Also

ControlLimit Members | Imsl.Chart2D.QC Namespace