Click or drag to resize
ChartUpdate Method
Update the chart when its component is damaged. The component can be damaged when the window containing it is iconified or is overlapped by another window.

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

Parameters

g
Type: System.DrawingGraphics
is a Graphics object used for drawing.
See Also