You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Tee Namespace > Classes > QCSeries Class
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
QCSeries Class

The QCSeries can be used to plot Quality Control Charts (variable and attribute charts).

Dew_Stats_Tee_QCSeries
Syntax
C#
Visual Basic
public class QCSeries : Line;

QCSeries.cs

The general approach to on-line quality control is straightforward: We simply extract samples of a certain size from the ongoing production process. We then produce line charts of the variability in those samples, and consider their closeness to target specifications (CL). If a trend emerges in those lines, or if samples fall outside pre-specified limits (LCL, UCL), then we declare the process to be out of control and take action to find the cause of the problem.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!