IMSL C# Numerical Library

Axis.Paint Method 

Paints this node and all of its children.

public override void Paint(
   Draw draw
);

Parameters

draw
A Draw object which specifies the chart tree to be rendered on the screen.

Remarks

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

See Also

Axis Class | Imsl.Chart2D Namespace