Click or drag to resize
ShewhartControlChartPaint Method
Paints this node and all of its children. This is normally called only by Paint in this node's parent.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void Paint(
	Draw draw
)

Parameters

draw
Type: Imsl.Chart2DDraw
A Draw object which is used for drawing the chart.
See Also