IMSL C# Numerical Library

Chart.Paint Method (Draw)

Paints this node and all of its children.

public override void Paint(
   Draw draw
);

Parameters

draw
A Draw which is to be painted.

Remarks

This is normally called only by the Paint method in this node's parent.

See Also

Chart Class | Imsl.Chart2D Namespace | Chart.Paint Overload List