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.0.0
Syntax
C# |
---|
public virtual void Update( Graphics g ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub Update ( _ g As Graphics _ ) |
Visual C++ |
---|
public: virtual void Update( Graphics^ g ) |
Parameters
- g
- Type: System.Drawing..::.Graphics
is a Graphics object used for drawing.