Returns an Image of the chart.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Image PaintImage()
Public Overridable Function PaintImage As Image
public:
virtual Image^ PaintImage()
abstract PaintImage : unit -> Image
override PaintImage : unit -> Image
Return Value
Type:
Image
An
Image containing a picture of the chart.
See Also