IMSL C# Numerical Library

Chart.Update 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.

public virtual void Update(
   Graphics g
);

Parameters

g
is a Graphics object used for drawing.

See Also

Chart Class | Imsl.Chart2D Namespace