QCSeries Class

Source: QCSeries.cs · Assembly: Dew.Stats.Tee
LineQCSeries

public class QCSeries : Line

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

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 (Dew.Stats.Tee.QCSeries.CL). If a trend emerges in those lines, or if samples fall outside pre-specified limits (Dew.Stats.Tee.QCSeries.LCL, Dew.Stats.Tee.QCSeries.UCL), then we declare the process to be out of control and take action to find the cause of the problem.

Properties

NameTypeDescription
CenterLinePenChartPenAccess CenterLinePen propery to control center line pen properties.
CLDoubleDefines Quality Control Chart Center Line.
ControlLimitPenChartPenAccess ControlLimitPen propery to control control limits pen properties.
LCLDoubleDefines Quality Control Chart Lower Control Limit.
ShowTextBooleanControls if control limits values are displayed. If true, CL, LCL and UCL values are displayed next to control limit line.
TextNumericFormatStringDefines the numeric format for LCL,CL and UCL values
UCLDoubleDefines Quality Control Chart Upper Control Limit.

Methods

NameDescription
ctor (2)
MaxYValue
MinYValue