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.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void Update(
Graphics g
)
Public Overridable Sub Update (
g As Graphics
)
public:
virtual void Update(
Graphics^ g
)
abstract Update :
g : Graphics -> unit
override Update :
g : Graphics -> unit
Parameters
- g
- Type: System.DrawingGraphics
is a Graphics object used for drawing.
See Also