Draw the chart using the given Graphics object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void PaintChart(
Graphics graphics
)
Public Overridable Sub PaintChart (
graphics As Graphics
)
public:
virtual void PaintChart(
Graphics^ graphics
)
abstract PaintChart :
graphics : Graphics -> unit
override PaintChart :
graphics : Graphics -> unit
Parameters
- graphics
- Type: System.DrawingGraphics
The Graphics object.
See Also