Click or drag to resize
ControlLimitPaint Method
Paints the horizontal control limit line as wide as the window.

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 painting.
Remarks
This is normally called only by the Paint method in this node's parent.
See Also