Click or drag to resize
DataPaint Method
Paints this node and all of its children.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void Paint(
	Draw draw
)

Parameters

draw
Type: Imsl.Chart2DDraw
A Draw which is to be painted.
Remarks
This is normally called only by the Paint method in this node's parent.
See Also