[VB] | Public Function makeWebImage(format As Integer) As WebImage |
[C#] | public WebImage makeWebImage(int format); |
ChartDirector 5.1 (.NET Edition)
BaseChart.makeWebImage
Usage
[VB] | Public Function makeWebImage(format As Integer) As WebImage |
[C#] | public WebImage makeWebImage(int format); |
Description
Constant | Value | Description |
---|---|---|
PNG | 0 | The PNG format. |
GIF | 1 | The GIF format. |
JPG | 2 | The JPEG format. |
WMP | 3 | The WAP bitmap format. |
BMP | 4 | The BMP format. |
Arguments
Argument | Default | Description |
---|---|---|
format | (Mandatory) | A constant representing the format of the image. |
Return Value