[VB] | Public Function makeChart2(format As Integer) As Byte() |
[C#] | public byte[] makeChart2(int format); |
ChartDirector 5.1 (.NET Edition)
BaseChart.makeChart2
Usage
[VB] | Public Function makeChart2(format As Integer) As Byte() |
[C#] | public byte[] makeChart2(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. |
SVG | 5 | The SVG format. |
SVGZ | 6 | The compressed SVG format. |
Arguments
Argument | Default | Description |
---|---|---|
format | (Mandatory) | A constant representing the format of the image. |
Return Value