[]
Obtains an image of the current chart display using the specified size.
public Image GetImage(Size sz)
| Type | Name | Description |
|---|---|---|
| Size | sz | Image size. |
| Type | Description |
|---|---|
| Image | Image of the current chart display. |
Obtains an image of the current chart display.
public Image GetImage()
| Type | Description |
|---|---|
| Image | Image created by an enhanced metafile of the chart. |
Obtains an image of the current chart display using the specified format and size.
public Image GetImage(ImageFormat imgfmt, Size sz)
| Type | Name | Description |
|---|---|---|
| ImageFormat | imgfmt | Image format. |
| Size | sz | Image size. |
| Type | Description |
|---|---|
| Image | Image of the current chart display. |
Obtains an image of the current chart display using the specified format.
public Image GetImage(ImageFormat imgfmt)
| Type | Name | Description |
|---|---|---|
| ImageFormat | imgfmt | Image format. |
| Type | Description |
|---|---|
| Image | Image of the current chart display. |