IMSL C# Numerical Library

ControlLimit.Paint Method 

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

public override void Paint(
   Draw draw
);

Parameters

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

ControlLimit Class | Imsl.Chart2D.QC Namespace