Click or drag to resize
ChartPaintChart Method
Draw the chart using the given Graphics object.

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

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object.
See Also