Paints the horizontal control limit line as wide as the window.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public override void Paint(
	Draw draw
)
Visual Basic (Declaration)
Public Overrides Sub Paint ( _
	draw As Draw _
)
Visual C++
public:
virtual void Paint(
	Draw^ draw
) override

Parameters

draw
Type: Imsl.Chart2D..::.Draw
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