IMSL C# Numerical Library

Chart.Paint Method (Graphics)

Paints this node and all of its children.

public virtual void Paint(
   Graphics g
);

Parameters

g
A Graphics 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