Draw the chart using the given Graphics object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void PaintChart(
	Graphics graphics
)
Visual Basic (Declaration)
Public Overridable Sub PaintChart ( _
	graphics As Graphics _
)
Visual C++
public:
virtual void PaintChart(
	Graphics^ graphics
)

Parameters

graphics
Type: System.Drawing..::.Graphics
The Graphics object.

See Also