Click or drag to resize
ChartPaint Method (Graphics)
Paints this node and all of its children.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void Paint(
	Graphics g
)

Parameters

g
Type: System.DrawingGraphics
A Graphics which is to be painted.
Remarks
This is normally called only by the Paint method in this node's parent.
See Also